|
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the documentation of this file.
16 class ChimeraCharacter: GameEntity
proto external BaseWeaponManagerComponent GetWeaponManager()
Returns component which handles weapons.
proto external vector EyePositionModel()
Returns the local position of eyes.
proto external void DoPerformContinuousObjectAction(BaseUserAction pAction, float timeSlice)
Perform continuous action by current character.
proto external CompartmentAccessComponent GetCompartmentAccessComponent()
Returns component which stores information about compartment used by character.
proto external void DoCancelObjectAction(BaseUserAction pAction)
Cancel action performed by the current character.
ChimeraCharacterClass GameEntityClass GetInfoDisplay()
proto external AimingComponent GetHeadAimingComponent()
Returns component which controls head aiming.
proto external CharacterAnimationComponent GetAnimationComponent()
Returns component which has animations controlling logic.
proto external vector AimingPosition()
Returns the aim position on the character.
proto external void DoPerformObjectAction(BaseUserAction pAction)
Perform action by current character.
proto external SCR_DamageManagerComponent GetDamageManager()
Returns component which handles damage.
proto external bool IsInVehicleADS()
Returns true if the character is in vehicle in ADS.
proto external CharacterControllerComponent GetCharacterController()
Returns component which has character controlling logic.
proto external AimingComponent GetWeaponAimingComponent()
Returns component which controls weapon aiming.
proto external vector EyePosition()
Returns the world position of eyes.
proto external bool IsInVehicle()
Returns true if the character is inside a vehicle.
proto external void DoStartObjectAction(BaseUserAction pAction)
Start performing action by the current character.