Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
PawnEntityController Class Reference
Inheritance diagram for PawnEntityController:
ScriptAndConfig

Protected Member Functions

void PawnEntityController (PawnEntity pawnOwner)
proto external PawnEntity GetPawnOwner ()
proto external void SetFlags (int flags)
proto external void ClearFlags (int flags)
proto external bool IsFlagSet (int flag)
proto external void AddMovementInput (vector movementInput)
proto external vector GetCurrentMovementInput ()
proto external vector GetLastMovementInput ()
proto external void SetControlRotation (vector ypr)
proto external vector GetControlRotation ()
proto external void SetAimRotation (vector ypr)
proto external vector GetAimRotation ()
proto external void SetLookRotation (vector ypr)
proto external vector GetLookRotation ()
void OnInit (PawnEntity owner)
void OnPrepare (PawnEntity owner, float timeSlice)
void OnUpdate (PawnEntity owner, float timeSlice)
int OnPackControls (PawnEntity owner)
void OnUnpackControls (PawnEntity owner, int packedControls)
bool OnPackUserActions (PawnEntity owner, ScriptBitWriter bitWriter)
bool OnUnpackUserActions (PawnEntity owner, ScriptBitReader bitReader)

Static Protected Member Functions

static proto vector GetCompressedAngles (vector rotation)

Detailed Description

Definition at line 7 of file PawnEntityController.c.

Constructor & Destructor Documentation

◆ PawnEntityController()

void PawnEntityController::PawnEntityController ( PawnEntity pawnOwner)
protected

Member Function Documentation

◆ AddMovementInput()

proto external void PawnEntityController::AddMovementInput ( vector movementInput)
protected

◆ ClearFlags()

proto external void PawnEntityController::ClearFlags ( int flags)
protected

◆ GetAimRotation()

proto external vector PawnEntityController::GetAimRotation ( )
protected

◆ GetCompressedAngles()

proto vector PawnEntityController::GetCompressedAngles ( vector rotation)
staticprotected

◆ GetControlRotation()

proto external vector PawnEntityController::GetControlRotation ( )
protected

◆ GetCurrentMovementInput()

proto external vector PawnEntityController::GetCurrentMovementInput ( )
protected

◆ GetLastMovementInput()

proto external vector PawnEntityController::GetLastMovementInput ( )
protected

◆ GetLookRotation()

proto external vector PawnEntityController::GetLookRotation ( )
protected

◆ GetPawnOwner()

proto external PawnEntity PawnEntityController::GetPawnOwner ( )
protected

◆ IsFlagSet()

proto external bool PawnEntityController::IsFlagSet ( int flag)
protected

◆ OnInit()

void PawnEntityController::OnInit ( PawnEntity owner)
protected

◆ OnPackControls()

int PawnEntityController::OnPackControls ( PawnEntity owner)
protected

◆ OnPackUserActions()

bool PawnEntityController::OnPackUserActions ( PawnEntity owner,
ScriptBitWriter bitWriter )
protected

◆ OnPrepare()

void PawnEntityController::OnPrepare ( PawnEntity owner,
float timeSlice )
protected

◆ OnUnpackControls()

void PawnEntityController::OnUnpackControls ( PawnEntity owner,
int packedControls )
protected

◆ OnUnpackUserActions()

bool PawnEntityController::OnUnpackUserActions ( PawnEntity owner,
ScriptBitReader bitReader )
protected

◆ OnUpdate()

void PawnEntityController::OnUpdate ( PawnEntity owner,
float timeSlice )
protected

◆ SetAimRotation()

proto external void PawnEntityController::SetAimRotation ( vector ypr)
protected

◆ SetControlRotation()

proto external void PawnEntityController::SetControlRotation ( vector ypr)
protected

◆ SetFlags()

proto external void PawnEntityController::SetFlags ( int flags)
protected

◆ SetLookRotation()

proto external void PawnEntityController::SetLookRotation ( vector ypr)
protected

The documentation for this class was generated from the following file: