isMultiplayerSolo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "")
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|Comments=
{{Command


| arma3 |Game name=
| arma3


|1.66|Game version=
|1.66


|gr1= Multiplayer |GROUP1=
|gr1= Multiplayer


| 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).


| '''isMultiplayerSolo''' |SYNTAX=
| '''isMultiplayerSolo'''


|x1= <code>_state = [[isMultiplayerSolo]];</code> |Example 1=
|x1= <code>_state = [[isMultiplayerSolo]];</code>


| [[Boolean]] |RETURNVALUE=
| [[Boolean]]


| [[isMultiplayer]], [[isDedicated]], [[hasInterface]], [[isServer]]|SEEALSO=
| [[isMultiplayer]], [[isDedicated]], [[hasInterface]], [[isServer]]


}}
}}

Revision as of 01:41, 18 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

Bottom Section