BIS fnc allSynchronizedObjects: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (pf)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 8: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Return all synchronized objects, including those synced to synced and so on.|= Description


Description:
____________________________________________________________________________________________
Return all synchronized objects, including those synced to synced and so on.


Parameter(s):
|  [object, filter] call [[BIS_fnc_allSynchronizedObjects]] |= Syntax
0: OBJECT - starting object
____________________________________________________________________________________________
1: STRING or ARRAY of STRINGs (Optional) - object types on which searching stops
|p1= object: [[Object]] - Parent object |= Parameter 1


Returns:
|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
ARRAY of OBJECTs
*/
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_allSynchronizedObjects]]; --> |= Syntax
| [[Array]] - Synchronized objects |= Return value
 
|p1= |= Parameter 1
 
| |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| |= See also
|[[BIS_fnc_synchronizedObjects]] |= See also
 
}}
}}



Revision as of 10:08, 2 July 2018

Hover & click on the images for description

Description

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

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

Notes

Bottom Section