DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
 
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 //--------------------------------------------------------------
15 {
16 }
17
20 {
21 }
22};
proto native bool IsVault()
Same as 'DayZCreatureAIInputController::IsJump'.
proto native float GetVaultHeight()
Same as 'DayZCreatureAIInputController::GetJumpHeight'.
proto native EntityAI GetTargetEntity()
proto native int GetMindState()
private void DayZInfectedInputController()
never created by script
private void ~DayZInfectedInputController()
never destroyed by script