API AbbrLocationStr: Difference between revisions
From Vendetta Lua
Jump to navigationJump to search
split |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Function | |||
| name = AbbrLocationStr | |||
| desc = Get abbreviated sector name for sectorid | |||
| arg1_name = sectorid | |||
| arg1_type = number | |||
Get abbreviated sector name for sectorid | | arg1_desc = [[sectorid]] | ||
| ret1_name = name | |||
| ret1_type = string | |||
| ret1_desc = shortened sector name | |||
| notes = '''Example:'''<br> | |||
'''Example:'''<br> | |||
<source lang="lua">AbbrLocationStr(5000) -> "Sed H9"</source><br> | <source lang="lua">AbbrLocationStr(5000) -> "Sed H9"</source><br> | ||
}} |
Latest revision as of 04:19, 1 April 2011
AbbrLocationStr
Type | Name | Description |
---|---|---|
number | sectorid | sectorid |
Type | Name | Description |
---|---|---|
string | name | shortened sector name |
<source lang="lua">AbbrLocationStr(5000) -> "Sed H9"</source>