API AbbrLocationStr

From Vendetta Lua
Revision as of 04:19, 1 April 2011 by Draugath (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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:
<source lang="lua">AbbrLocationStr(5000) -> "Sed H9"</source>