BIS fnc addCuratorAreaFromTrigger: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|version1= 1.16 | |||
|1.16 | |||
|gr1= Curator | |gr1= Curator | ||
|Add curator editing / camera area based on triggers. | |descr= Add curator editing / camera area based on triggers. | ||
| [curatorLogic,triggers,checkedPosition,triggerType,editingArea,cameraArea] call [[BIS_fnc_addCuratorAreaFromTrigger]] | |s1= [curatorLogic, triggers, checkedPosition, triggerType, editingArea, cameraArea] call [[BIS_fnc_addCuratorAreaFromTrigger]] | ||
|p1=curatorLogic: [[Logic]] - Curator logic | |p1= curatorLogic: [[Logic]] - Curator logic | ||
|p2=triggers: [[Array]] - List of triggers | |p2= triggers: [[Array]] - List of triggers | ||
|p3=checkedPosition: [[Anything]] - Checked position. Check [[BIS_fnc_position]] for supported data types | |p3= checkedPosition: [[Anything]] - Checked position. Check [[BIS_fnc_position]] for supported data types | ||
|p4=triggerType: [[Boolean]] - [[true]] to use a trigger nearest to the | |p4= triggerType: [[Boolean]] - [[true]] to use a trigger nearest to the ''checkedPosition'', [[false]] to use all triggers which the position is in | ||
|p5=editingArea: [[Boolean]] - [[true]] to add editing area | |p5= editingArea: [[Boolean]] - [[true]] to add editing area | ||
|p6=cameraArea: [[Boolean]] - [[true]] to add camera area | |p6= cameraArea: [[Boolean]] - [[true]] to add camera area | ||
|r1= [[Boolean]] | |r1= [[Boolean]] | ||
|x1= <code>[ BIS_curator,[trigger_1,trigger_2],[0,0,0],[[true]], [[true]], [[true]] ] [[call]] [[BIS_fnc_addCuratorAreaFromTrigger]];</code> | |x1= <code>[BIS_curator, [trigger_1,trigger_2], [0,0,0], [[true]], [[true]], [[true]]] [[call]] [[BIS_fnc_addCuratorAreaFromTrigger]];</code> | ||
|seealso= [[Arma 3: Curator]] | |seealso= [[Arma 3: Curator]] | ||
}} | }} |
Revision as of 18:33, 9 June 2021
Description
Syntax
- Syntax:
- [curatorLogic, triggers, checkedPosition, triggerType, editingArea, cameraArea] call BIS_fnc_addCuratorAreaFromTrigger
- Parameters:
- curatorLogic: Logic - Curator logic
- triggers: Array - List of triggers
- checkedPosition: Anything - Checked position. Check BIS_fnc_position for supported data types
- triggerType: Boolean - true to use a trigger nearest to the checkedPosition, false to use all triggers which the position is in
- editingArea: Boolean - true to add editing area
- cameraArea: Boolean - true to add camera area
- Return Value:
- Boolean
Examples
- Example 1:
[BIS_curator, [trigger_1,trigger_2], [0,0,0], true, true, true] call BIS_fnc_addCuratorAreaFromTrigger;
Additional Information
- See also:
- Arma 3: Curator
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