BIS fnc sceneSetBehaviour: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *S([a-z ])" to "$1 - s$2")
 
(28 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Function|Comments=
{{RV|type=function
____________________________________________________________________________________________


| arma2 |Game name=
|game1= arma2
|version1= 1.00


|1.00|Game version=
|game2= arma2oa
____________________________________________________________________________________________
|version2= 1.50


| Enables / disables a specific set of AI units, usable for cutscenes. |DESCRIPTION=
|game3= tkoh
____________________________________________________________________________________________
|version3= 1.00


| param call [[BIS_fnc_sceneSetBehaviour]]; |SYNTAX=
|game4= arma3
|version4= 0.50


|p1= [[String]] - String to toggle AI ("enableAI","disableAI")|PARAMETER1=
|gr1= Scenes


|p2= [[Array]] - AI units that should be affected by function. |PARAMETER2=
|descr= Enables / disables a specific set of AI units, usable for cutscenes.


| [[Nothing]] |RETURNVALUE=
|s1= param call [[BIS_fnc_sceneSetBehaviour]]
____________________________________________________________________________________________


|x1= <code>["disableAI", [unit1, [[player]], unit2, unit3]] [[call]] [[BIS_fnc_sceneSetBehaviour]];</code> |EXAMPLE1=
|p1= [[String]] - string to toggle AI ("enableAI","disableAI")
____________________________________________________________________________________________


| [[disableAI]], [[enableAI]], [[enableSimulation]] |SEEALSO=
|p2= [[Array]] - AI units that should be affected by function.
}}


<h3 style="display:none">Notes</h3>
|r1= [[Nothing]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|x1= <sqf>["disableAI", [unit1, player, unit2, unit3]] call BIS_fnc_sceneSetBehaviour;</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[disableAI]] [[enableAI]] [[enableSimulation]]
[[Category:Function Group: Scenes|{{uc:sceneSetBehaviour}}]]
}}
[[Category:Functions|{{uc:sceneSetBehaviour}}]]
[[Category:{{Name|arma2}}: Functions|{{uc:sceneSetBehaviour}}]]
[[Category:{{Name|arma2oa}}: Functions|{{uc:sceneSetBehaviour}}]]
[[Category:{{Name|tkoh}}: Functions|{{uc:sceneSetBehaviour}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:sceneSetBehaviour}}]]

Latest revision as of 16:49, 8 November 2023

Hover & click on the images for description

Description

Description:
Enables / disables a specific set of AI units, usable for cutscenes.
Execution:
call
Groups:
Scenes

Syntax

Syntax:
param call BIS_fnc_sceneSetBehaviour
Parameters:
String - string to toggle AI ("enableAI","disableAI")
Array - AI units that should be affected by function.
Return Value:
Nothing

Examples

Example 1:
["disableAI", [unit1, player, unit2, unit3]] call BIS_fnc_sceneSetBehaviour;

Additional Information

See also:
disableAI enableAI enableSimulation

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