Difference between revisions of "API GetAvailableMissionInfo"

From Vendetta Lua
Jump to: navigation, search
(split)
 
(No difference)

Latest revision as of 21:59, 25 January 2009

GetAvailableMissionInfo

Definition:
GetAvailableMissionInfo(int midx) -> {int itemtype, string name, bool active, int category, string icon, string desc}
Description:
Returns information about the mission with the given index.
Arguments:
midx index of mission in missionlist (1 based)
Returns:
itemtype no idea
name name of mission
active is this mission active
category mission category
icon path to icon
desc mission description