isMultiplayerSolo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]OFP[ _]Elite *(\|.*)?\]\]" to "{{GameCategory|ofpe|Scripting Commands}}")
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 02:43, 17 January 2021

Hover & click on the images for description

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

See also:
isMultiplayerisDedicatedhasInterfaceisServer

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