Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
dayzinfectedinputcontroller.c
Go to the documentation of this file.
1
class
DayZInfectedInputController
:
DayZCreatureAIInputController
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
};
DayZCreatureAIInputController::DayZCreatureAIInputController
void DayZCreatureAIInputController()
never created by script
Definition
dayzcreatureaiinputcontroller.c:31
DayZInfectedInputController::IsVault
proto native bool IsVault()
Same as 'DayZCreatureAIInputController::IsJump'.
DayZInfectedInputController::GetVaultHeight
proto native float GetVaultHeight()
Same as 'DayZCreatureAIInputController::GetJumpHeight'.
DayZInfectedInputController::DayZInfectedInputController
void DayZInfectedInputController()
never created by script
Definition
dayzinfectedinputcontroller.c:14
DayZInfectedInputController::GetTargetEntity
proto native EntityAI GetTargetEntity()
DayZInfectedInputController::GetMindState
proto native int GetMindState()
DayZInfectedInputController::~DayZInfectedInputController
void ~DayZInfectedInputController()
never destroyed by script
Definition
dayzinfectedinputcontroller.c:19
EntityAI
Definition
inventoryitem.c:2
Games
Dayz
scripts
3_game
entities
dayzinfectedinputcontroller.c
Generated by
1.17.0