synchronizeObjectsRemove: Difference between revisions

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


| unit '''synchronizeObjectsRemove''' [objects] |SYNTAX=
| unit '''synchronizeObjectsRemove''' objects |SYNTAX=


|p1= unit: [[Object]] -  |PARAMETER1=  
|p1= unit: [[Object]] -  |PARAMETER1=  


|p2= [objects]: [[Array]] -  |PARAMETER2=  
|p2= objects: [[Array]] -  |PARAMETER2=  


| [[Nothing]] |RETURNVALUE=  
| [[Nothing]] |RETURNVALUE=  




|x1= <code>[[player]] [[synchronizeObjectsRemove]] [_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