API RequestMissionExtendedDescription

From Vendetta Lua
Jump to: navigation, search

RequestMissionExtendedDescription

Definition: RequestMissionExtendedDescription(string missionid, int stationid) -> bool
Description:
Request the extended description of the given mission. Result is received via the Eventtype#MISSION_QUESTION_OPEN event.
Calling this function does not open any gui screens.
Arguments:
missionid string mission id (so "1234" not 1234)
stationid int station id
Returns: boolean of unknown purpose