Difference between revisions of "Function Index"

From Vendetta Lua
Jump to: navigation, search
(Redirecting to API Index)
 
(137 intermediate revisions by 7 users not shown)
Line 1: Line 1:
== Functions ==
+
#REDIRECT [[API Index]]
 +
Page moved.
  
"GetStationSellableInventoryInfoByID"<br>
+
see [[API_Index]]
"GetStationShipList"<br>
+
"GetStationTurretInfo"<br>
+
"GetStorageLocationSector"<br>
+
"GetSurveyChoices"<br>
+
"GetSurveyQuestion"<br>
+
"GetSystemID"<br>
+
"GetTargetDistance"<br>
+
"GetTargetFriendlyStatus"<br>
+
"GetTargetInfo"<br>
+
"GetTip"<br>
+
"GiveMoney"<br>
+
"HasLastShipLoadout"<br>
+
=== IsConnected() ===
+
 
+
'''Returns:''' wheater you are connected to the game
+
 
+
"IsEnemy"<br>
+
"IsStormPresent"<br>
+
=== JettisonAll() ===
+
 
+
Jettisons the cargo in your hold.
+
 
+
=== JettisonMultiple ===
+
JettisonMultiple{int itemid = int count; ...}
+
 
+
Same as JettisonSingle() but takes a table of '''itemid''' and '''count''' pairs as argument
+
 
+
=== JettisonSingle ===
+
JettisonSingle(int itemid, int count)
+
 
+
Jettisons '''count''' units of the cargo '''itemid'''
+
 
+
Script: [[jettison junk]]
+
 
+
 
+
"JoinChannel"<br>
+
"LeaveChannel"<br>
+
"ListChannels"<br>
+
"LoadCargo"<br>
+
"LoadChannels"<br>
+
"LoadNavpath"<br>
+
"Login"<br>
+
"Logout"<br>
+
"PlayerInStation"<br>
+
"PlayerInventoryIterator"<br>
+
"PrintJoinUsage"<br>
+
"PrintLeaveUsage"<br>
+
"ProcessEvent"<br>
+
"PurchaseMerchandiseItem"<br>
+
"PurchaseShipLoadout"<br>
+
"RegisterEvent"<br>
+
"ReloadInterface"<br>
+
"ReplenishAll"<br>
+
"ReplenishWeapon"<br>
+
"RequestCharacterStats"<br>
+
"RequestLaunch"<br>
+
"RequestMissionDetails"<br>
+
"RequestMissionList"<br>
+
"RequestNewsArticle"<br>
+
"RequestTargetStats"<br>
+
"SaveChannels"<br>
+
"SaveNavpath"<br>
+
"SaveShipLoadout"<br>
+
"SelectActiveShip"<br>
+
"SelectCharacter"<br>
+
"SellInventoryItem"<br>
+
"SendChat"<br>
+
"SendMissionQuestionResponse"<br>
+
"SetCurrentChatTab"<br>
+
"SetHomeStation"<br>
+
"SetShipPurchaseColor"<br>
+
"ShortLocationStr"<br>
+
"SubmitSurvey"<br>
+
"TabCompleteName"<br>
+
"UnloadCargo"<br>
+
"UnloadSellCargo"<br>
+
"UnregisterEvent"<br>
+
"clearscene"<br>
+
"debugprint"<br>
+
"ipairs"<br>
+
"loadscene"<br>
+
"log_print"<br>
+
"next"<br>
+
"pairs"<br>
+
"spickle"<br>
+
"tonumber"<br>
+
"tostring"<br>
+
"type"<br>
+
"unpack"<br>
+
"unspickle"<br>
+
 
+
== Variables ==
+
 
+
"CLASSTYPE_ADDON": 2 <br>
+
"CLASSTYPE_FLAG": 3<br>
+
"CLASSTYPE_GENERIC": 0<br>
+
"CLASSTYPE_MISSION": 5<br>
+
"CLASSTYPE_SHIP": 1<br>
+
"CLASSTYPE_STORAGE": 4<br>
+
"VO_VERSION": 3<br>
+
"Platform": "Unix"<br>
+
 
+
== Tables ==
+
 
+
"Buddy"<br>
+
"Duel"<br>
+
"FactionName"<br>
+
"FactionNameFull"<br>
+
"FactionStanding"<br>
+
"Game"<br>
+
"Guild"<br>
+
"Ignore"<br>
+
"InvManager"<br>
+
"Mentor"<br>
+
"NavRoute"<br>
+
"Skills"<br>
+
"Timer"<br>
+
"Vote"<br>
+
"coroutine"<br>
+
"gkini"<br>
+
"gkinterface"<br>
+
[["gkmisc"]]<br>
+
"gvector"<br>
+
[["iup"]]<br>
+
"joystick"<br>
+
"math"<br>
+
"math3d"<br>
+
"quaternion"<br>
+
"radar"<br>
+
"string"<br>
+
"table"<br>
+

Latest revision as of 17:05, 2 February 2008

Redirect to:

Page moved.

see API_Index