BIS fnc allSynchronizedObjects: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (template:command argument fix)
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *S([a-z ])" to "$1 - s$2")
 
(27 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Function|= Comments
{{RV|type=function
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|version1= 1.00


|1.00|= Game version
|gr1= Object Manipulation
____________________________________________________________________________________________


| Return all synchronized objects, including those synced to synced and so on.|DESCRIPTION=
|descr= Return all synchronized objects, including those synced to synced and so on.


____________________________________________________________________________________________
|s1= [object, filter] call [[BIS_fnc_allSynchronizedObjects]]


|  [object, filter] call [[BIS_fnc_allSynchronizedObjects]] |SYNTAX=
|p1= object: [[Object]] - parent object
____________________________________________________________________________________________
|p1= object: [[Object]] - Parent object |= Parameter 1


|p2= filter: [[String]] or [[Array]] of strings - (Optional, default "") Class name filter. 1 or more class name of objects we are interested in |= Parameter 2
|p2= filter: [[String]] or [[Array]] of strings - (Optional, default "") class name filter. 1 or more class name of objects we are interested in
____________________________________________________________________________________________


| [[Array]] - Synchronized objects |RETURNVALUE=
|r1= [[Array]] - synchronized objects
____________________________________________________________________________________________


|x1= <code>[BIS_Poliakko,"LocationArea_F"] [[call]] [[BIS_fnc_allSynchronizedObjects]];</code> |=
|x1= <sqf>[BIS_Poliakko,"LocationArea_F"] call BIS_fnc_allSynchronizedObjects;</sqf>
____________________________________________________________________________________________


|[[BIS_fnc_synchronizedObjects]] |SEEALSO=
|seealso= [[BIS_fnc_synchronizedObjects]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Objects|{{uc:allSynchronizedObjects}}]]
[[Category:Functions|{{uc:allSynchronizedObjects}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:allSynchronizedObjects}}]]

Latest revision as of 16:49, 8 November 2023

Hover & click on the images for description

Description

Description:
Return all synchronized objects, including those synced to synced and so on.
Execution:
call
Groups:
Object Manipulation

Syntax

Syntax:
[object, filter] call BIS_fnc_allSynchronizedObjects
Parameters:
object: Object - parent object
filter: String or Array of strings - (Optional, default "") class name filter. 1 or more class name of objects we are interested in
Return Value:
Array - synchronized objects

Examples

Example 1:
[BIS_Poliakko,"LocationArea_F"] call BIS_fnc_allSynchronizedObjects;

Additional Information

See also:
BIS_fnc_synchronizedObjects

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