API AbbrLocationStr: Difference between revisions

From Vendetta Lua
Jump to navigationJump to search
New page: === AbbrLocationStr === '''Definition:'''<br> AbbrLocationStr(int sectorid) -> string name <br> '''Description:''' <br> Get abbreviated sector name for sectorid <br> '''Arguments:'''<br> '...
 
split test run
Line 15: Line 15:
<source lang="lua">AbbrLocationStr(5000) -> "Sed H9"</source><br>
<source lang="lua">AbbrLocationStr(5000) -> "Sed H9"</source><br>
<br>
<br>
XXX

Revision as of 21:48, 25 January 2009

AbbrLocationStr

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

XXX