BIS fnc sceneIntruderDetector: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "<code>([^<]*)\[\[([a-zA-Z][a-zA-Z0-9_]+)\]\]([^<]*) *<\/code>" to "<code>$1$2$3</code>")
m (Text replacement - "<code> *([^<|{]*) *<\/code>" to "<sqf>$1</sqf>")
Line 16: Line 16:


|descr= Checks if there are intruders during scene. All intruders during scene will be disabled if they  
|descr= Checks if there are intruders during scene. All intruders during scene will be disabled if they  
   will get into the detector trigger. Checking is deactivated by passing <code>BIS_sceneIntruderDetectorLogic setVariable ["_detectInProgress", false];</code>
   will get into the detector trigger. Checking is deactivated by passing <sqf>BIS_sceneIntruderDetectorLogic setVariable ["_detectInProgress", false];</sqf>


|s1= [sceneCenter, triggerSize] call [[BIS_fnc_sceneIntruderDetector]]
|s1= [sceneCenter, triggerSize] call [[BIS_fnc_sceneIntruderDetector]]
Line 28: Line 28:
|r1= [[Nothing]]
|r1= [[Nothing]]


|x1= <code>[[1337,1337,0],[42,42]] call BIS_fnc_sceneCreateSceneTrigger;</code>
|x1= <sqf>[[1337,1337,0],[42,42]] call BIS_fnc_sceneCreateSceneTrigger;</sqf>


|seealso= [[BIS_fnc_sceneCreateSoundEntities]] [[BIS_fnc_sceneRotate]] [[BIS_fnc_sceneSetBehaviour]] [[BIS_fnc_sceneGetObjects]]
|seealso= [[BIS_fnc_sceneCreateSoundEntities]] [[BIS_fnc_sceneRotate]] [[BIS_fnc_sceneSetBehaviour]] [[BIS_fnc_sceneGetObjects]]
}}
}}

Revision as of 23:44, 12 July 2022

Hover & click on the images for description

Description

Description:
Checks if there are intruders during scene. All intruders during scene will be disabled if they will get into the detector trigger. Checking is deactivated by passing
BIS_sceneIntruderDetectorLogic setVariable ["_detectInProgress", false];
Execution:
call
Groups:
Scenes

Syntax

Syntax:
[sceneCenter, triggerSize] call BIS_fnc_sceneIntruderDetector
Parameters:
sceneCenter: Array - (Optional, default position player) Center position of scene
triggerSize: Array - (Optional, default [60,60]) Trigger size as array in format:
0: Number - Size A
1: Number - Size B
Return Value:
Nothing

Examples

Example 1:
[[1337,1337,0],[42,42]] call BIS_fnc_sceneCreateSceneTrigger;

Additional Information

See also:
BIS_fnc_sceneCreateSoundEntities BIS_fnc_sceneRotate BIS_fnc_sceneSetBehaviour BIS_fnc_sceneGetObjects

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