Difference between revisions of "API RequestMissionExtendedDescription"

From Vendetta Lua
Jump to: navigation, search
(Created page with "=== RequestMissionExtendedDescription === '''Definition:''' RequestMissionExtendedDescription(string missionid, int stationid) -> bool<br> '''Description:'''<br> Request the e...")
 
(No difference)

Latest revision as of 19:29, 4 July 2023

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