synchronizeObjectsRemove: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
(24 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma2 |= Game name
| arma2


|1.00|= Game version
|1.00
____________________________________________________________________________________________


| Remove given objects from the unit's list of synchronized objects. |= Description
|eff= global
____________________________________________________________________________________________
|arg= global


| unit '''synchronizeObjectsRemove''' [objects] |= Syntax
|gr1= Object Manipulation


|p1= unit: [[Object]] -  |= PARAMETER1
| Remove given objects from the unit's list of synchronized objects.


|p2= [objects]: [[Array]] -  |= PARAMETER2
| unit '''synchronizeObjectsRemove''' objects


|p3= |= PARAMETER3
|p1= unit: [[Object]] -


| Nothing |= RETURNVALUE
|p2= objects: [[Array]] - An array of objects


| [[Nothing]]


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


____________________________________________________________________________________________
| [[synchronizeObjectsAdd]]


| |= SEEALSO
|
 
|  |= MPBEHAVIOUR
____________________________________________________________________________________________
}}
}}


<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->


<!-- Note Section END -->
</dl>


<h3 style='display:none'>Bottom Section</h3>
{{GameCategory|arma2|Scripting Commands}}
[[Category:ArmA 2: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
{{GameCategory|tkoh|Scripting Commands}}
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[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