isMultiplayerSolo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]OFP[ _]Elite *(\|.*)?\]\]" to "{{GameCategory|ofpe|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 7: | Line 6: | ||
|gr1= Multiplayer |GROUP1= | |gr1= Multiplayer |GROUP1= | ||
| Returns [[true]] when playing a game in '''solo multiplayer''' (for example Apex coop campaign PLAY SOLO option). |DESCRIPTION= | | Returns [[true]] when playing a game in '''solo multiplayer''' (for example Apex coop campaign PLAY SOLO option). |DESCRIPTION= | ||
| '''isMultiplayerSolo''' |SYNTAX= | | '''isMultiplayerSolo''' |SYNTAX= | ||
Line 17: | Line 14: | ||
| [[Boolean]] |RETURNVALUE= | | [[Boolean]] |RETURNVALUE= | ||
| [[isMultiplayer]], [[isDedicated]], [[hasInterface]], [[isServer]]|SEEALSO= | | [[isMultiplayer]], [[isDedicated]], [[hasInterface]], [[isServer]]|SEEALSO= |
Revision as of 01:43, 17 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
Notes
Bottom Section