isMultiplayer: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "(\| * )+\}\}" to "}}") |
Lou Montana (talk | contribs) m (Text replacement - " {3,}\|" to " |") |
||
Line 6: | Line 6: | ||
|gr1 = Multiplayer | |gr1 = Multiplayer | ||
| Return true if multiPlayer. | | Return true if multiPlayer. | ||
Line 20: | Line 18: | ||
| [[Boolean]] | | [[Boolean]] | ||
|x1= <pre>if (isMultiplayer) then { | |x1= <pre>if (isMultiplayer) then { | ||
//...block | //...block | ||
}</pre> | }</pre> | ||
| [[isDedicated]], [[isServer]] | | [[isDedicated]], [[isServer]] |
Revision as of 17:38, 18 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