Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
dayzinfectedinputcontroller.c
Go to the documentation of this file.
2{
4 proto native bool IsVault();
5
7 proto native float GetVaultHeight();
8
9 proto native int GetMindState();
10 proto native EntityAI GetTargetEntity();
11
12 //--------------------------------------------------------------
14 private void DayZInfectedInputController()
15 {
16 }
17
19 private void ~DayZInfectedInputController()
20 {
21 }
22};