synchronizeObjectsRemove: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 24: Line 24:




|x1= <code>[[player]] [[syncrhonizeObjectsRemove]] [_object1, _object2, _object3]</code>|EXAMPLE1=  
|x1= <code>[[player]] [[synchronizeObjectsRemove]] [_object1, _object2, _object3]</code>|EXAMPLE1=  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 14:41, 24 September 2020

Hover & click on the images for description

Description

Description:
Remove given objects from the unit's list of synchronized objects.
Groups:
Object Manipulation

Syntax

Syntax:
unit synchronizeObjectsRemove [objects]
Parameters:
unit: Object -
[objects]: Array -
Return Value:
Nothing

Examples

Example 1:
player synchronizeObjectsRemove [_object1, _object2, _object3]

Additional Information

See also:
synchronizeObjectsAdd

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