API RequestMissionExtendedDescription

From Vendetta Lua
Revision as of 19:29, 4 July 2023 by Ravenwolf397 (Talk | contribs) (Created page with "=== RequestMissionExtendedDescription === '''Definition:''' RequestMissionExtendedDescription(string missionid, int stationid) -> bool<br> '''Description:'''<br> Request the e...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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