isMultiplayer: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma2 |Game name=
| arma2 |Game name=
Line 9: Line 8:




____________________________________________________________________________________________


| Return true if multiPlayer. |DESCRIPTION=
| Return true if multiPlayer. |DESCRIPTION=
____________________________________________________________________________________________


| '''isMultiplayer''' |SYNTAX=
| '''isMultiplayer''' |SYNTAX=
Line 29: Line 26:
}</pre> |EXAMPLE1=
}</pre> |EXAMPLE1=


____________________________________________________________________________________________


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


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
}}
}}



Revision as of 02:33, 17 January 2021

Hover & click on the images for description

Description

Description:
Return true if multiPlayer.
Groups:
Multiplayer

Syntax

Syntax:
isMultiplayer
Return Value:
Boolean

Examples

Example 1:
if (isMultiplayer) then {
	//...block
}

Additional Information

See also:
isDedicatedisServer

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