synchronizeObjectsRemove: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. ArmA2 classification)
 
m (Text replacement - "{{Command " to "{{RV|type=command ")
(28 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{RV|type=command


[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
| arma2
 
|1.00
 
|eff= global
|arg= global
 
|gr1= Object Manipulation
 
| Remove given objects from the unit's list of synchronized objects.
 
| unit '''synchronizeObjectsRemove''' objects
 
|p1= unit: [[Object]] -
 
|p2= objects: [[Array]] - An array of objects
 
| [[Nothing]]
 
|x1= <code>[[player]] [[synchronizeObjectsRemove]] [_object1, _object2, _object3]</code>
 
| [[synchronizeObjectsAdd]]
 
|
}}
 
 
 
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 02:18, 24 January 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Object Manipulation

Syntax

Syntax:
Syntax needed
Parameters:
unit: Object -
objects: Array - An array of objects
Return Value:
Return value needed

Examples

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

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