local: Difference between revisions
Jump to navigation
Jump to search
m (moved notes, possible candidate for locality link.) |
mNo edit summary |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Check if given unit is local on the computer in Multiplayer games (see [[Locality in Multiplayer]] for general concepts). | ||
This can be used when some activation fields or scripts need to be performed only on one computer. In Singleplayer all objects are local. | |||
''Note:'' All static objects are local everywhere. |= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 12:34, 3 August 2006
Description
- Description:
- Check if given unit is local on the computer in Multiplayer games (see Locality in Multiplayer for general concepts). This can be used when some activation fields or scripts need to be performed only on one computer. In Singleplayer all objects are local. Note: All static objects are local everywhere.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
local unitName
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
Notes
-
In multiplayer, a game logic will always be local to the host computer. This works on both dedicated and player-hosted servers.