BIS fnc addCuratorAreaFromTrigger: Difference between revisions
Jump to navigation
Jump to search
m (GVI 1.00 --> 1.16 http://dev.arma3.com/post/spotrep-00023 (It's Zeus update, obvious)) |
m (pf) |
||
Line 1: | Line 1: | ||
{{Function|Comments= | |||
____________________________________________________________________________________________ | |||
| arma3 |Game name= | |||
|1.16|Game version= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | |Add curator editing / camera area based on triggers. | ||
|Description= | |||
| | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [curatorLogic,triggers,checkedPosition,triggerType,editingArea,cameraArea] call [[BIS_fnc_addCuratorAreaFromTrigger]] |Syntax= | ||
|p1=curatorLogic: [[Logic]] - Curator logic|Parameter 1= | |||
|p2=triggers: [[Array]] - List of triggers|Parameter 2= | |||
|p3=checkedPosition: [[Anything]] - Checked position. Check [[BIS_fnc_position]] for supported data types|Parameter 3= | |||
|p4=triggerType: [[Boolean]] - [[True]] to use a trigger nearest to the '''checkedPosition''', [[false]] to use all triggers which the position is in|Parameter 4= | |||
| | |p5=editingArea: [[Boolean]] - [[True]] to add editing area|Parameter 5= | ||
| | |p6=cameraArea: [[Boolean]] - [[True]] to add camera area|Parameter 6= | ||
| | | | [[Boolean]]|Return value= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code></code> |= | |x1= <code>[ BIS_curator,[trigger_1,trigger_2],[0,0,0],[[true]], [[true]], [[true]] ] [[call]] [[BIS_fnc_addCuratorAreaFromTrigger]];</code>|Example 1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | | [[Curator]] |See also= | ||
}} | }} | ||
Revision as of 19:09, 22 June 2018
Description
- Description:
- Add curator editing / camera area based on triggers.
- Execution:
- call
- Groups:
- Uncategorised
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:
- 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