API AbbrLocationStr: Difference between revisions

From Vendetta Lua
Jump to navigationJump to search
split
No edit summary
Line 1: Line 1:
<!--
=== AbbrLocationStr ===
=== AbbrLocationStr ===
'''Definition:'''<br>
'''Definition:'''<br>
Line 15: Line 16:
<source lang="lua">AbbrLocationStr(5000) -> "Sed H9"</source><br>
<source lang="lua">AbbrLocationStr(5000) -> "Sed H9"</source><br>
<br>
<br>
-->
{{Function
| name        = AbbrLocationStr
| desc        = Get abbreviated sector name for sectorid
| arg1_name    = sectorid
| arg1_type    = number
| arg1_desc    = [[sectorid]]
| ret1_name    = name
| ret1_type    = string
| ret1_desc    = shortened sector name
| notes        = '''Example:'''<br>
<source lang="lua">AbbrLocationStr(5000) -> "Sed H9"</source><br>
}}

Revision as of 00:01, 1 April 2011

AbbrLocationStr

Definition
AbbrLocationStr( number  sectorid) ->  string  name
Description
Get abbreviated sector name for sectorid
Arguments
Type Name Description
number sectorid sectorid
Returns
Type Name Description
string name shortened sector name
Notes
Example:
<source lang="lua">AbbrLocationStr(5000) -> "Sed H9"</source>