synchronizeObjectsRemove: Difference between revisions
| mNo edit summary | mNo edit summary | ||
| Line 15: | Line 15: | ||
| ____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | unit '''synchronizeObjectsRemove'''  | | unit '''synchronizeObjectsRemove''' objects |SYNTAX= | ||
| |p1= unit: [[Object]] -  |PARAMETER1=   | |p1= unit: [[Object]] -  |PARAMETER1=   | ||
| |p2=  | |p2= objects: [[Array]] - An array of objects  |PARAMETER2=   | ||
| | [[Nothing]] |RETURNVALUE=   | | [[Nothing]] |RETURNVALUE=   | ||
Revision as of 13:42, 24 September 2020
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 - An array of objects
- 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
 
	