API AbbrLocationStr

From Vendetta Lua
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>