Difference between revisions of "API AbbrLocationStr"

From Vendetta Lua
Jump to: navigation, search
 
Line 1: Line 1:
<!--
 
=== AbbrLocationStr ===
 
'''Definition:'''<br>
 
AbbrLocationStr(int sectorid) -> string name
 
<br>
 
'''Description:''' <br>
 
Get abbreviated sector name for sectorid
 
<br>
 
'''Arguments:'''<br>
 
''sectorid'' [[sectorid]]
 
<br>
 
'''Returns:'''<br>
 
''name'' shortened sector name
 
<br>
 
'''Example:'''<br>
 
<source lang="lua">AbbrLocationStr(5000) -> "Sed H9"</source><br>
 
<br>
 
-->
 
 
{{Function
 
{{Function
 
| name        = AbbrLocationStr
 
| name        = AbbrLocationStr

Latest revision as of 04:19, 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:

AbbrLocationStr(5000) -> "Sed H9"