BIS fnc allSynchronizedObjects: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Generated by BIS_fnc_exportFunctionsToWiki)
 
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *S([a-z ])" to "$1 - s$2")
 
(30 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.00


| arma3 |= Game name
|gr1= Object Manipulation


|1.00|= Game version
|descr= Return all synchronized objects, including those synced to synced and so on.
____________________________________________________________________________________________


| <pre>/*
|s1= [object, filter] call [[BIS_fnc_allSynchronizedObjects]]


Description:
|p1= object: [[Object]] - parent object
Return all synchronized objects, including those synced to synced and so on.


Parameter(s):
|p2= filter: [[String]] or [[Array]] of strings - (Optional, default "") class name filter. 1 or more class name of objects we are interested in
0: OBJECT - starting object
1: STRING or ARRAY of STRINGs (Optional) - object types on which searching stops


Returns:
|r1= [[Array]] - synchronized objects
ARRAY of OBJECTs
*/
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_allSynchronizedObjects]]; --> |= Syntax
|x1= <sqf>[BIS_Poliakko,"LocationArea_F"] call BIS_fnc_allSynchronizedObjects;</sqf>
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|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