Difference between revisions of "DCS func getMissionOptions"

From DCS World Wiki - Hoggitworld.com
(Created page with "{{Template:DCS_server_funcs |fName= getMissionOptions |vNum= 2.5.0 |par1= DCS |par2= |par3= |par4= |desc= Returns the table of the options f...")
 
(No difference)

Latest revision as of 22:27, 22 April 2018


Envrioment: Server
Function: getMissionOptions Added with: 2.5.0
Member Of: DCS
Syntax: table DCS.getMissionOptions( )
Description: Returns the table of the options for a given mission as stored in the options.lua file embedded in a miz.


Return Value: table
Return Example:
Examples:
Related Functions: Control API: setPause, getPause, stopMission, exitProcess, isMultiplayer, isServer, getModelTime, getRealTime, getMissionOptions, getAvailableCoalitions, getAvailableSlots, getCurrentMission, getMissionName, getMissionFilename, getMissionResult, getUnitProperty, getUnitType, getUnitTypeAttribute, writeDebriefing, setUserCallbacks, makeScreenShot
Notes: