synchronizeObjectsRemove
Jump to navigation
Jump to search
Hover & click on the images for descriptions
Description
- Description:
- Remove given objects from the unit's list of synchronized objects.
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
- Groups:
- Object Manipulation