isMultiplayerSolo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|1.66 | |1.66 | ||
|gr1= Multiplayer | |gr1= Multiplayer | ||
| Returns [[true]] when playing a game in '''solo multiplayer''' (for example Apex coop campaign PLAY SOLO option). | | Returns [[true]] when playing a game in '''solo multiplayer''' (for example Apex coop campaign PLAY SOLO option). | ||
| '''isMultiplayerSolo''' | | '''isMultiplayerSolo''' | ||
|x1= <code>_state = [[isMultiplayerSolo]];</code> | |x1= <code>_state = [[isMultiplayerSolo]];</code> | ||
| [[Boolean]] | | [[Boolean]] | ||
| [[isMultiplayer]], [[isDedicated]], [[hasInterface]], [[isServer]] | | [[isMultiplayer]], [[isDedicated]], [[hasInterface]], [[isServer]] | ||
}} | }} |
Revision as of 00:41, 18 January 2021
Description
- Description:
- Returns true when playing a game in solo multiplayer (for example Apex coop campaign PLAY SOLO option).
- Groups:
- Multiplayer
Syntax
- Syntax:
- isMultiplayerSolo
- Return Value:
- Boolean
Examples
- Example 1:
_state = isMultiplayerSolo;
Additional Information
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
Bottom Section