BIS fnc synchronizedObjectsQueue: Difference between revisions
| m (Text replacement - "\[\[Category\:Function Group\: Objects(\|\{\{[a-zA-Z0-9_:]+\}\})?\]\]" to "") | Lou Montana (talk | contribs)  m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) | ||
| Line 1: | Line 1: | ||
| {{Function | {{Function | ||
| | arma3  | | arma3 | ||
| |1.00 | |1.00 | ||
| |gr1 = Object Manipulation  | |gr1 = Object Manipulation | ||
| <!---|arg= local |Multiplayer Arguments=---> | <!---|arg= local |Multiplayer Arguments=---> | ||
| Line 37: | Line 37: | ||
| 	Example: | 	Example: | ||
| 	[_start,["ModuleToWAreaVertex_F","ModuleToWAreaOptions_F"],true,0] call bis_fnc_synchronizedObjectsQueue; | 	[_start,["ModuleToWAreaVertex_F","ModuleToWAreaOptions_F"],true,0] call bis_fnc_synchronizedObjectsQueue; | ||
| */</pre>{{placeholder}}<!-- Remove this after fill-in -->  | */</pre>{{placeholder}}<!-- Remove this after fill-in --> | ||
| |[] call [[BIS_fnc_synchronizedObjectsQueue]] | |[] call [[BIS_fnc_synchronizedObjectsQueue]] | ||
| |p1= parameter: Datatype - (Optional, default defValue) description  | |p1= parameter: Datatype - (Optional, default defValue) description | ||
| |Datatype - description | |Datatype - description | ||
| |x1= <code></code> | |x1= <code></code> | ||
| |  | | | ||
| }} | }} | ||
Revision as of 23:44, 17 January 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; */ Template:placeholder
- Execution:
- call
- Groups:
- Object Manipulation
Syntax
- Syntax:
- [] call BIS_fnc_synchronizedObjectsQueue
- Parameters:
- parameter: Datatype - (Optional, default defValue) description
- Return Value:
- Datatype - description
Examples
- Example 1:
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
 
	