API AbbrLocationStr: Difference between revisions

From Vendetta Lua
Jump to navigationJump to search
split test run
split
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:56, 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>