hostMission: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(ToDo: example)
 
(Added example from MP armory)
Line 18: Line 18:
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code> '''hostMission''' [configMissionName, display]; </code> |=  
|x1= <code>'''hostMission''' [configMissionName, display];</code> |=
 
|x2= <code>hostMission [configFile/"CfgMissions"/"MPMissions"/_scenarioClassName, _display];</code> |=  
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 17:23, 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:
See also needed

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