Arma Reforger Script API
Loading...
Searching...
No Matches
Public Attributes | List of all members
CharacterCommandClimbResult Interface Reference

result from static test More...

Public Attributes

bool m_bIsClimb
 
bool m_bIsClimbOver
 
bool m_bFinishWithFall
 
float m_fClimbHeight
 
vector m_ClimbGrabPoint
 
vector m_ClimbGrabPointNormal
 grab point for climb && climb over (in local space of it's parent)
 
vector m_ClimbStandPoint
 normal to grabpoint position (used for character orientation)
 
vector m_ClimbOverStandPoint
 where climb ends (in local space of it's parent)
 
IEntity m_GrabPointParent
 where climb over ends (in local space of it's parent)
 
IEntity m_ClimbStandPointParent
 parent of grabpoint
 
IEntity m_ClimbOverStandPointParent
 

Detailed Description

result from static test

Member Data Documentation

◆ m_bFinishWithFall

bool CharacterCommandClimbResult.m_bFinishWithFall

◆ m_bIsClimb

bool CharacterCommandClimbResult.m_bIsClimb

◆ m_bIsClimbOver

bool CharacterCommandClimbResult.m_bIsClimbOver

◆ m_ClimbGrabPoint

vector CharacterCommandClimbResult.m_ClimbGrabPoint

◆ m_ClimbGrabPointNormal

vector CharacterCommandClimbResult.m_ClimbGrabPointNormal

grab point for climb && climb over (in local space of it's parent)

◆ m_ClimbOverStandPoint

vector CharacterCommandClimbResult.m_ClimbOverStandPoint

where climb ends (in local space of it's parent)

◆ m_ClimbOverStandPointParent

IEntity CharacterCommandClimbResult.m_ClimbOverStandPointParent

◆ m_ClimbStandPoint

vector CharacterCommandClimbResult.m_ClimbStandPoint

normal to grabpoint position (used for character orientation)

◆ m_ClimbStandPointParent

IEntity CharacterCommandClimbResult.m_ClimbStandPointParent

parent of grabpoint

◆ m_fClimbHeight

float CharacterCommandClimbResult.m_fClimbHeight

◆ m_GrabPointParent

IEntity CharacterCommandClimbResult.m_GrabPointParent

where climb over ends (in local space of it's parent)


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