synchronizeObjectsRemove: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "[[Category:Scripting_Commands_Take_On_Helicopters" to "[[Category:Scripting Commands Take On Helicopters")
mNo edit summary
Line 8: Line 8:
|eff= global|Multiplayer Effects=
|eff= global|Multiplayer Effects=
|arg= global|Multiplayer Arguments=
|arg= global|Multiplayer Arguments=
|gr1= Object Manipulation |GROUP1=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 19: Line 21:
|p2= [objects]: [[Array]] -  |PARAMETER2=  
|p2= [objects]: [[Array]] -  |PARAMETER2=  


|p3= |PARAMETER3=
| [[Nothing]] |RETURNVALUE=  
 
| Nothing |RETURNVALUE=  




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


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 14:40, 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 syncrhonizeObjectsRemove [_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