Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_CharacterCommandHandler_Tests.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_CharacterCommandHandlerComponent_TestsClass
 

Functions

SCR_CharacterCommandHandlerComponent_TestsClass SCR_CharacterCommandHandlerComponentClass HandleDeath (CharacterInputContext pInputCtx, float pDt, int pCurrentCommandID, bool pCurrentCommandFinished)
 
override bool HandleFinishedCommands (bool pCurrentCommandFinished)
 
override bool HandleVehicle (CharacterInputContext pInputCtx, float pDt, int pCurrentCommandID)
 
override bool HandleSwimming (CharacterInputContext pInputCtx, float pDt, int pCurrentCommandID)
 
override bool HandleLadders (CharacterInputContext pInputCtx, float pDt, int pCurrentCommandID)
 
override bool HandleClimbing (CharacterInputContext pInputCtx, float pDt, int pCurrentCommandID)
 
override bool HandleFalling (CharacterInputContext pInputCtx, float pDt, int pCurrentCommandID)
 
override bool TransitionMove_JumpClimb (CharacterInputContext pInputCtx)
 
override bool TransitionMove_Vehicle (CharacterInputContext pInputCtx)
 
override protected void OnInit (IEntity owner)
 

Variables

protected ref SCR_CharacterCommandSwimST m_SwimST
 
protected ref SCR_CharacterCommandSwim m_SwimCommand
 
protected ref SCR_CharacterCommandFly m_FlyCommand
 
protected ref CharacterCommandSwimSettings m_SwimSettings = new CharacterCommandSwimSettings()
 
protected float m_fFallYDiff
 

Variable Documentation

◆ m_fFallYDiff

protected float m_fFallYDiff

Definition at line 590 of file SCR_CharacterCommandHandler_Tests.c.

◆ m_FlyCommand

protected ref SCR_CharacterCommandFly m_FlyCommand

Definition at line 586 of file SCR_CharacterCommandHandler_Tests.c.

◆ m_SwimCommand

protected ref SCR_CharacterCommandSwim m_SwimCommand

Definition at line 585 of file SCR_CharacterCommandHandler_Tests.c.

◆ m_SwimSettings

protected ref CharacterCommandSwimSettings m_SwimSettings = new CharacterCommandSwimSettings()

Definition at line 588 of file SCR_CharacterCommandHandler_Tests.c.

◆ m_SwimST

protected ref SCR_CharacterCommandSwimST m_SwimST

Definition at line 584 of file SCR_CharacterCommandHandler_Tests.c.