hostMission: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Added example from MP armory)
m (Added SEEALSO)
Line 23: Line 23:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[playScriptedMission]] |= See also
}}
}}



Revision as of 17:25, 3 January 2011

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