BIS_fnc_addCuratorAreaFromTrigger

From Bohemia Interactive Community
Revision as of 20:09, 22 June 2018 by R3vo (talk | contribs) (pf)
Jump to navigation Jump to search
Hover & click on the images for description

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

Notes

Bottom Section