hostMission: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "{{uc:{{PAGENAME}}}} " to "") |
Lou Montana (talk | contribs) |
||
Line 19: | Line 19: | ||
|p3= pDisplay: [[Display]] | |p3= pDisplay: [[Display]] | ||
| [[Nothing]] | |r1= [[Nothing]] | ||
|x1= <code>[[hostMission]] [configMissionName, display];</code> | |x1= <code>[[hostMission]] [configMissionName, display];</code> |
Revision as of 10:02, 10 June 2021
Description
- Description:
- Description needed
- Groups:
- Multiplayer
Syntax
- Syntax:
- Syntax needed
- Parameters:
- [pConfig, pDisplay]: Array
- pConfig: Config
- pDisplay: Display
- Return Value:
- Nothing
Examples
- Example 1:
hostMission [configMissionName, display];
- Example 2:
hostMission [configFile >> "CfgMissions" >> "MPMissions" >> _scenarioClassName, _currentlyActiveDisplay];
- Example 3:
- Arma 3: Launch host mission dialog from a client on dedicated server:
hostMission [ configFile >> "CfgMissions" >> "MPmissions" >> "MP_COOP_m01", findDisplay 46 ];
Additional Information
- See also:
- playScriptedMissionplayMission
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
- Posted on January 03, 2011
- kju
- The command must be called in the main menu or something similar menu it seems.