DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
 
Loading...
Searching...
No Matches
DayZCreatureAIInputController.c
Go to the documentation of this file.
2{
3 proto native void OverrideMovementSpeed(bool state, float movementSpeed);
4 proto native float GetMovementSpeed();
5
6 proto native void OverrideTurnSpeed(bool state, float turnSpeed);
7 proto native float GetTurnSpeed();
8
9 proto native void OverrideHeading(bool state, float heading);
10 proto native float GetHeading();
11
12 proto native void OverrideJump(bool state, int jumpType, float jumpHeight = 0);
13 proto native bool IsJump();
14 proto native int GetJumpType();
15 proto native float GetJumpHeight();
16
17 proto native void OverrideLookAt(bool state, vector direction);
18 proto native bool IsLookAtEnabled();
20
21 proto native void OverrideAlertLevel(bool state, bool alerted, int level, float inLevel);
22 proto native int GetAlertLevel();
23 proto native float GetAlertInLevel();
24 proto native bool IsAlerted();
25
26 proto native void OverrideBehaviourSlot(bool state, int slot);
27 proto native int GetBehaviourSlot();
28
29 //--------------------------------------------------------------
32 {
33 }
34
37 {
38 }
39};
private void ~DayZCreatureAIInputController()
never destroyed by script
proto native void OverrideBehaviourSlot(bool state, int slot)
proto native float GetJumpHeight()
proto native float GetTurnSpeed()
proto native void OverrideLookAt(bool state, vector direction)
proto native void OverrideHeading(bool state, float heading)
proto native bool IsAlerted()
proto native int GetAlertLevel()
proto native void OverrideAlertLevel(bool state, bool alerted, int level, float inLevel)
proto native bool IsJump()
proto native void OverrideMovementSpeed(bool state, float movementSpeed)
proto native int GetBehaviourSlot()
proto native float GetMovementSpeed()
proto native void OverrideTurnSpeed(bool state, float turnSpeed)
proto native bool IsLookAtEnabled()
private void DayZCreatureAIInputController()
never created by script
proto native vector GetLookAtDirectionWS()
proto native void OverrideJump(bool state, int jumpType, float jumpHeight=0)
proto native float GetHeading()
proto native float GetAlertInLevel()
proto native int GetJumpType()