Difference between revisions of "API Index2"

From Vendetta Lua
Jump to: navigation, search
(Functions)
Line 5: Line 5:
 
== Functions ==
 
== Functions ==
  
[[API_AbbrLocationStr|'''AbbrLocationStr''']](int sectorid) -> string name - Get abbreviated sector name for sectorid
+
[[API_AbbrLocationStr|'''AbbrLocationStr''']](int sectorid) -> string name :: Get abbreviated sector name for sectorid
  
[[API_AbortMission|'''AbortMission''']](int itemid) -> nil - Abort a mission
+
[[API_AbortMission|'''AbortMission''']](int itemid) -> nil :: Abort a mission
  
 
== Tables ==
 
== Tables ==

Revision as of 00:15, 25 January 2009

Playground for a different index format

General

Functions

AbbrLocationStr(int sectorid) -> string name :: Get abbreviated sector name for sectorid

AbortMission(int itemid) -> nil :: Abort a mission

Tables

Bitlib

functions to manipulate the bitwise operations

UI