Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
human.c File Reference

Go to the source code of this file.

Classes

class  HumanInputController
 
class  HumanAnimInterface
 

Typedefs

typedef int TAnimGraphVariable
 
typedef int TAnimGraphTag
 
typedef int TAnimGraphEvent
 

Enumerations

enum  HumanInputControllerOverrideType { DISABLED , ENABLED , ONE_FRAME }
 

Functions

class HumanAnimInterface HumanCommandActionCallback ()
 
void OnSimulationEnd ()
 
bool ShouldSimulationBeDisabled ()
 'OnSimulationEnd' is called before this
 

Variables

class HumanInputController TAnimGraphCommand
 

Detailed Description

this file is interface to Human

Definition in file human.c.

Typedef Documentation

◆ TAnimGraphEvent

Definition at line 279 of file human.c.

◆ TAnimGraphTag

typedef int TAnimGraphTag

Definition at line 278 of file human.c.

◆ TAnimGraphVariable

Definition at line 277 of file human.c.

Enumeration Type Documentation

◆ HumanInputControllerOverrideType

Enumerator
DISABLED 
ENABLED 
ONE_FRAME 

Permenantly active until DISABLED is passed.

Definition at line 7 of file human.c.

Function Documentation

◆ HumanCommandActionCallback()

class HumanAnimInterface HumanCommandActionCallback ( )

◆ OnSimulationEnd()

void HumanCommandDeath::OnSimulationEnd ( )

Definition at line 615 of file human.c.

◆ ShouldSimulationBeDisabled()

bool HumanCommandDeath::ShouldSimulationBeDisabled ( )

'OnSimulationEnd' is called before this

Definition at line 618 of file human.c.

Variable Documentation

◆ TAnimGraphCommand

class HumanInputController TAnimGraphCommand