synchronizedObjects: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 21: Line 21:




|x1= <code>_objects = synchronizedObjects _logic</code>|= EXAMPLE1  
|x1= <pre>_objects = synchronizedObjects _logic</pre>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 07:23, 11 November 2010

Hover & click on the images for description

Description

Description:
Return the list of objects synchronized with the given unit.
Groups:
Uncategorised

Syntax

Syntax:
synchronizedObjects unit
Parameters:
unit: Object -
Return Value:
Array

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

Bottom Section