isMultiplayer: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}") |
Lou Montana (talk | contribs) 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 01:33, 17 January 2021
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