BIS fnc synchronizedObjectsQueue: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\{\{RV\|type=function \| *arma ?3 * \| *([0-9]\.[0-9]{2}) * \|gr1=(.*) \| <pre>\/\*" to "{{RV|type=function |game1= arma3 |version1= $1 |gr1=$3 |descr= <pre>/*") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 4: | Line 4: | ||
|version1= 1.00 | |version1= 1.00 | ||
|gr1= | |gr1= Object Manipulation | ||
|descr= <pre>/* | |descr= <pre>/* | ||
Line 42: | Line 42: | ||
|x1= | |x1= | ||
}} | }} | ||
Revision as of 19:36, 9 June 2021
Description
- Description:
/* Author: Jiri Wainar Description: Return sequence of all synchronized objects forming either line or circle. Parameter(s): 0: OBJECT - starting object 1: STRING or ARRAY of STRINGs (Optional) - object types that are considered 2: BOOL (Optional) - class filter uses exact match true (default): objects need to match exectly one of the filter classes false: exact match is not required, objects can inherit from one of the listed classes 3: NUMBER (Optional) - expected connection shape 0 (default): none, can be either line or circle 1: line expected 2: circle expected Returns: ARRAY of OBJECTs or empty ARRAY if error is encountered Errors: * There are more then 2 objects matching class filter connected. * Circle is required but closing connection is not detected. Example: [_start,["ModuleToWAreaVertex_F","ModuleToWAreaOptions_F"],true,0] call bis_fnc_synchronizedObjectsQueue; */
- Execution:
- call
- Groups:
- Object Manipulation
Syntax
- Syntax:
- [] call BIS_fnc_synchronizedObjectsQueue
- Return Value:
- Return value needed
Examples
- Examples:
- Example needed
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