API AbbrLocationStr

From Vendetta Lua
Revision as of 21:48, 25 January 2009 by Chefkoch (talk | contribs) (split test run)
Jump to navigationJump to search

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