synchronizedObjects: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
||
Line 47: | Line 47: | ||
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]] | [[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | |||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] |
Revision as of 11:40, 2 November 2011
Description
- Description:
- Return the list of objects synchronized with the given unit.
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
_objects = synchronizedObjects _logic
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
-
This command only returns the LEADER of a vehicle that is synchronized. You have to use the "vehicle"
command to select the actual vehicle.
This command only returns the synchronized objects when used on intelligent objects such as units or
logic objects. All other objects returns an empty array.
In MP this command returns only values when the object is local. otherwise it returns an empty array.