Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
dayzanimalinputcontroller.c
Go to the documentation of this file.
1
24
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
60 private void DayZAnimalInputController()
61 {
62 }
63
65 private void ~DayZAnimalInputController()
66 {
67 }
68};
DayZAnimalBehaviourSlot
defined in C++
DayZAnimalBehaviourAction
defined in C++