DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
 
Loading...
Searching...
No Matches
DayZAnimalInputController.c
Go to the documentation of this file.
1
3{
23};
24
27{
47};
48
50{
51 proto native bool IsDead();
52 proto native bool IsAttack();
53
54 proto native void OverrideBehaviourAction(bool state, int action);
55 proto native int GetBehaviourAction();
56
57 //--------------------------------------------------------------
58
61 {
62 }
63
66 {
67 }
68};
DayZAnimalBehaviourSlot
defined in C++
DayZAnimalBehaviourAction
defined in C++
proto native bool IsAttack()
proto native bool IsDead()
private void DayZAnimalInputController()
never created by script
proto native int GetBehaviourAction()
private void ~DayZAnimalInputController()
never destroyed by script
proto native void OverrideBehaviourAction(bool state, int action)