local: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:Scripting Commands OFP 1.[4-9]{2}(\|(\{\{uc:\{\{PAGENAME\}\}\}\}|#))?\]\] " to "") |
m (Text replacement - "v1\.31\.[0-9]{6}" to "v1.32") |
||
Line 18: | Line 18: | ||
| [[local]] object | | [[local]] object | ||
|p1= object: [[Object]] or [[Group]] (since Arma 3 v1. | |p1= object: [[Object]] or [[Group]] (since Arma 3 v1.32) | ||
| [[Boolean]] | | [[Boolean]] |
Revision as of 10:22, 3 April 2021
Description
- Description:
- Description needed
- Multiplayer:
- A few things to note amongst others:
- A game logic / module is always local to the server
- Terrain objects are local to every machine
- Groups:
- Multiplayer
Syntax
- Syntax:
- Syntax needed
- Parameters:
- object: Object or Group (since Arma 3 v1.32)
- Return Value:
- Return value needed
Alternative Syntax
- Syntax:
- local variable = value From Arma 2 until Arma 3 v1.54 - see private for later versions
- Return Value:
- Nothing
Examples
- Example 1:
if (not local _unit) then { hint format ["%1 is remote", name _unit]; };
- Example 2:
_isLocalGroup = local group _unit;
- Example 3:
- Sets variable's scope:
// From Arma 2 until Arma 3 v1.54 local _myVariable = 42; // Since Arma 3 v1.54 private _myVariable = 42;
Additional Information
- See also:
- See also needed
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