hostMission

From Bohemia Interactive Community
Revision as of 17:25, 3 January 2011 by .kju (talk | contribs) (Added SEEALSO)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Host the mp mission described by config class. Should be called as reaction to some UI action in some dialog.
Groups:
Uncategorised

Syntax

Syntax:
hostMission [Config, Display]
Parameters:
Config: Config
Config: Display
Return Value:
Nothing

Examples

Example 1:
hostMission [configMissionName, display];
Example 2:
hostMission [configFile/"CfgMissions"/"MPMissions"/_scenarioClassName, _display];

Additional Information

See also:
playScriptedMission

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section