HPL3/Amnesia: Rebirth/Scripting/iCharacterBody

From Frictional Wiki
< HPL3‎ | Amnesia: Rebirth‎ | Scripting
Revision as of 00:36, 16 November 2020 by Abion47 (talk | contribs) (Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Fields== iCharacterBody has no public fields. ==Fu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!

Contents

Fields

iCharacterBody has no public fields.

Functions

Return Type Function And Description
int AddExtraSize(const cVector3f &in avSize)
void AddForce(const cVector3f &in avForce)
void AddForceVelocity(const cVector3f &in avVel)
void AddPitch(float afX)
void AddRoll(float afX)
void AddYaw(float afX)
bool CheckCharacterFits(const cVector3f &in avPosition, bool abFeetPosition, int alSizeIdx, cVector3f &out avOutPushBackVec)
bool CheckRayIntersection(const cVector3f &in avStart, const cVector3f &in avEnd, float &out afOutDistance, cVector3f &out avOutNormalVec)
bool GetAccurateClimbing()
int GetActiveSize()
float GetAirFriction()
cCamera GetCamera()
cVector3f GetCameraPosAdd()
int GetCameraSmoothPosNum()
bool GetCameraUpdateActive()
bool GetCameraUseSmoothing()
float GetCharacterMaxPushMass()
float GetCharacterPushForce()
bool GetCharacterPushIn2D()
float GetClimbForwardMul()
float GetClimbHeightAdd()
bool GetCollideCharacter()
uint GetCollideFlags()
float GetConstantContactForceMul()
iPhysicsBody GetCurrentBody()
iCollideShape GetCurrentShape()
cVector3f GetCustomGravity()
bool GetCustomGravityActive()
bool GetDeaccelerateMoveSpeedInAir()
bool GetDisableDiagSpeedBoost()
iEntity3D GetEntity()
cMatrixf GetEntityOffset()
float GetEntityPitchAmount()
cMatrixf GetEntityPostOffset()
int GetEntitySmoothPosNum()
int GetEntitySmoothYPosNum()
bool GetEntityUseSmoothing()
iPhysicsBody GetExtraBody()
cVector3f GetFeetPosition()
cVector3f GetForce()
cVector3f GetForceVelocity()
cVector3f GetForward()
iPhysicsBody GetGravityAttachedBody()
iPhysicsMaterial GetGravityCollideMaterial()
float GetGroundAngleMin()
eCollideShapeType GetGroundCollideType()
float GetGroundFriction()
tID GetID()
cVector3f GetLastGroundNormal()
cVector3f GetLastPosition()
float GetMass()
float GetMaxContactForcePerMassUnit()
float GetMaxGravitySpeed()
float GetMaxNegativeMoveSpeed(eCharDir aDir)
float GetMaxNoSlideSlopeAngle()
int GetMaxOnGroundCount()
float GetMaxPositiveMoveSpeed(eCharDir aDir)
float GetMaxPushForce()
float GetMaxPushMass()
float GetMaxStepSize()
float GetMaxStepSizeInAir()
float GetMoveAcc(eCharDir aDir)
float GetMoveDeacc(eCharDir aDir)
bool GetMovedLastUpdate()
cMatrixf GetMoveMatrix()
float GetMoveOppositeDirAccMul(eCharDir aDir)
float GetMoveSpeed(eCharDir aDir)
tString GetName()
bool GetPhysicsBodyActive()
float GetPitch()
cVector3f GetPosition()
float GetPushImpulse()
bool GetPushIn2D()
cVector3f GetRight()
float GetRoll()
bool GetRotateYawWhenGravityAttached()
iCollideShape GetShape(int alIdx)
cVector3f GetSize()
float GetStepClimbSpeed()
bool GetStickToSlope()
bool GetTestCollision()
cVector3f GetUp()
bool GetUpdateCameraVelocity()
bool GetUpdateCameraYaw()
bool GetUseEntitySmoothYPos()
cVector3f GetVelocity(float afFrameTime)
float GetVelocityContactForceMul()
float GetYaw()
bool GravityIsActive()
bool IsActive()
bool IsClimbing()
bool IsOnGround()
void Move(eCharDir aDir, float afMul)
void ResetClimbing()
void SetAccurateClimbing(bool abX)
void SetActive(bool abX)
void SetActiveSize(int alNum)
void SetAirFriction(float afX)
void SetCamera(cCamera@ apCam)
void SetCameraPosAdd(const cVector3f &in avAdd)
void SetCameraSmoothPosNum(int alNum)
void SetCameraUpdateActive(bool abX)
void SetCameraUseSmoothing(bool abX)
void SetCharacterMaxPushMass(float afX)
void SetCharacterPushForce(float afX)
void SetCharacterPushIn2D(bool abX)
void SetCharacterPushStrength(int alX)
void SetClimbForwardMul(float afX)
void SetClimbHeightAdd(float afX)
void SetCollideCharacter(bool abX)
void SetCollideFlags(uint alX)
void SetConstantContactForceMul(float afX)
void SetCustomGravity(const cVector3f &in avCustomGravity)
void SetCustomGravityActive(bool abX)
void SetDeaccelerateMoveSpeedInAir(bool abX)
void SetDisableDiagSpeedBoost(bool abX)
void SetEntity(iEntity3D@ apEntity)
void SetEntityOffset(const cMatrixf &in a_mtxOffset)
void SetEntityPitchAmount(float afX)
void SetEntityPostOffset(const cMatrixf &in a_mtxOffset)
void SetEntitySmoothPosNum(int alNum)
void SetEntitySmoothYPosNum(int alX)
void SetEntityUseSmoothing(bool abX)
void SetExtraBody(iPhysicsBody@ apBody)
void SetFeetPosition(const cVector3f &in avPos, bool abSmooth)
void SetForce(const cVector3f &in avForce)
void SetForceVelocity(const cVector3f &in avVel)
void SetGravityActive(bool abX)
void SetGroundAngleMin(float afX)
void SetGroundFriction(float afX)
void SetHitboxCollider(bool abX)
void SetMass(float afMass)
void SetMaxContactForcePerMassUnit(float afX)
void SetMaxGravitySpeed(float afX)
void SetMaxNegativeMoveSpeed(eCharDir aDir, float afX)
void SetMaxNoSlideSlopeAngle(float afAngle)
void SetMaxOnGroundCount(int alX)
void SetMaxPositiveMoveSpeed(eCharDir aDir, float afX)
void SetMaxPushForce(float afX)
void SetMaxPushMass(float afX)
void SetMaxStepSize(float afSize)
void SetMaxStepSizeInAir(float afSize)
void SetMoveAcc(eCharDir aDir, float afX)
void SetMoveDeacc(eCharDir aDir, float afX)
void SetMoveOppositeDirAccMul(eCharDir aDir, float afX)
void SetMoveSpeed(eCharDir aDir, float afX)
void SetMoveSpeedMul(eCharDir aDir, float afX)
void SetPhysicsBodyActive(bool abX)
void SetPitch(float afX)
void SetPosition(const cVector3f &in avPos, bool abSmooth)
void SetPushImpulse(float afX)
void SetPushIn2D(bool abX)
void SetRoll(float afX)
void SetRotateYawWhenGravityAttached(bool abX)
void SetStepClimbSpeed(float afX)
void SetStickToSlope(bool abX)
void SetTestCollision(bool abX)
void SetUpdateCameraVelocity(bool abX)
void SetUpdateCameraYaw(bool abX)
void SetupSafePositions(float afSafePositionSaveInterval, float afSafePositionBufferTime)
void SetUseEntitySmoothYPos(bool abX)
void SetVelocityContactForceMul(float afX)
void SetYaw(float afX)
void StopMovement()
void TeleportToSafePosition(float afElapsedTime, bool abSmooth = false)
void Update(float afTimeStep)

Details

AddExtraSize

int AddExtraSize(const cVector3f &in avSize)


Parameters

Returns:

  • int

AddForce

void AddForce(const cVector3f &in avForce)


Parameters

Returns:

  • void

AddForceVelocity

void AddForceVelocity(const cVector3f &in avVel)


Parameters

Returns:

  • void

AddPitch

void AddPitch(float afX)


Parameters

  • afX (float) —

Returns:

  • void

AddRoll

void AddRoll(float afX)


Parameters

  • afX (float) —

Returns:

  • void

AddYaw

void AddYaw(float afX)


Parameters

  • afX (float) —

Returns:

  • void

CheckCharacterFits

bool CheckCharacterFits(const cVector3f &in avPosition,
                        bool abFeetPosition,
                        int alSizeIdx,
                        cVector3f &out avOutPushBackVec)


Parameters

  • avPosition (cVector3f) —
  • abFeetPosition (bool) —
  • alSizeIdx (int) —
  • avOutPushBackVec (cVector3f) —

Returns:

  • bool

CheckRayIntersection

bool CheckRayIntersection(const cVector3f &in avStart,
                          const cVector3f &in avEnd,
                          float &out afOutDistance,
                          cVector3f &out avOutNormalVec)


Parameters

Returns:

  • bool

GetAccurateClimbing

bool GetAccurateClimbing()

Returns:

  • bool

GetActiveSize

int GetActiveSize()

Returns:

  • int

GetAirFriction

float GetAirFriction()

Returns:

  • float

GetCamera

cCamera@ GetCamera()

Returns:

  • cCamera@

GetCameraPosAdd

cVector3f GetCameraPosAdd()

Returns:

  • cVector3f

GetCameraSmoothPosNum

int GetCameraSmoothPosNum()

Returns:

  • int

GetCameraUpdateActive

bool GetCameraUpdateActive()

Returns:

  • bool

GetCameraUseSmoothing

bool GetCameraUseSmoothing()

Returns:

  • bool

GetCharacterMaxPushMass

float GetCharacterMaxPushMass()

Returns:

  • float

GetCharacterPushForce

float GetCharacterPushForce()

Returns:

  • float

GetCharacterPushIn2D

bool GetCharacterPushIn2D()

Returns:

  • bool

GetClimbForwardMul

float GetClimbForwardMul()

Returns:

  • float

GetClimbHeightAdd

float GetClimbHeightAdd()

Returns:

  • float

GetCollideCharacter

bool GetCollideCharacter()

Returns:

  • bool

GetCollideFlags

uint GetCollideFlags()

Returns:

  • uint

GetConstantContactForceMul

float GetConstantContactForceMul()

Returns:

  • float

GetCurrentBody

iPhysicsBody@ GetCurrentBody()

Returns:

  • iPhysicsBody@

GetCurrentShape

iCollideShape@ GetCurrentShape()

Returns:

  • iCollideShape@

GetCustomGravity

cVector3f GetCustomGravity()

Returns:

  • cVector3f

GetCustomGravityActive

bool GetCustomGravityActive()

Returns:

  • bool

GetDeaccelerateMoveSpeedInAir

bool GetDeaccelerateMoveSpeedInAir()

Returns:

  • bool

GetDisableDiagSpeedBoost

bool GetDisableDiagSpeedBoost()

Returns:

  • bool

GetEntity

iEntity3D@ GetEntity()

Returns:

  • iEntity3D@

GetEntityOffset

const cMatrixf& GetEntityOffset()

Returns:

  • const cMatrixf&

GetEntityPitchAmount

float GetEntityPitchAmount()

Returns:

  • float

GetEntityPostOffset

const cMatrixf& GetEntityPostOffset()

Returns:

  • const cMatrixf&

GetEntitySmoothPosNum

int GetEntitySmoothPosNum()

Returns:

  • int

GetEntitySmoothYPosNum

int GetEntitySmoothYPosNum()

Returns:

  • int

GetEntityUseSmoothing

bool GetEntityUseSmoothing()

Returns:

  • bool

GetExtraBody

iPhysicsBody@ GetExtraBody()

Returns:

  • iPhysicsBody@

GetFeetPosition

cVector3f GetFeetPosition()

Returns:

  • cVector3f

GetForce

cVector3f GetForce()

Returns:

  • cVector3f

GetForceVelocity

cVector3f GetForceVelocity()

Returns:

  • cVector3f

GetForward

const cVector3f& GetForward()

Returns:

  • const cVector3f&

GetGravityAttachedBody

iPhysicsBody@ GetGravityAttachedBody()

Returns:

  • iPhysicsBody@

GetGravityCollideMaterial

iPhysicsMaterial@ GetGravityCollideMaterial()

Returns:

  • iPhysicsMaterial@

GetGroundAngleMin

float GetGroundAngleMin()

Returns:

  • float

GetGroundCollideType

eCollideShapeType GetGroundCollideType()

Returns:

  • eCollideShapeType

GetGroundFriction

float GetGroundFriction()

Returns:

  • float

GetID

tID GetID()

Returns:

  • tID

GetLastGroundNormal

const cVector3f& GetLastGroundNormal()

Returns:

  • const cVector3f&

GetLastPosition

const cVector3f& GetLastPosition()

Returns:

  • const cVector3f&

GetMass

float GetMass()

Returns:

  • float

GetMaxContactForcePerMassUnit

float GetMaxContactForcePerMassUnit()

Returns:

  • float

GetMaxGravitySpeed

float GetMaxGravitySpeed()

Returns:

  • float

GetMaxNegativeMoveSpeed

float GetMaxNegativeMoveSpeed(eCharDir aDir)


Parameters

Returns:

  • float

GetMaxNoSlideSlopeAngle

float GetMaxNoSlideSlopeAngle()

Returns:

  • float

GetMaxOnGroundCount

int GetMaxOnGroundCount()

Returns:

  • int

GetMaxPositiveMoveSpeed

float GetMaxPositiveMoveSpeed(eCharDir aDir)


Parameters

Returns:

  • float

GetMaxPushForce

float GetMaxPushForce()

Returns:

  • float

GetMaxPushMass

float GetMaxPushMass()

Returns:

  • float

GetMaxStepSize

float GetMaxStepSize()

Returns:

  • float

GetMaxStepSizeInAir

float GetMaxStepSizeInAir()

Returns:

  • float

GetMoveAcc

float GetMoveAcc(eCharDir aDir)


Parameters

Returns:

  • float

GetMoveDeacc

float GetMoveDeacc(eCharDir aDir)


Parameters

Returns:

  • float

GetMovedLastUpdate

bool GetMovedLastUpdate()

Returns:

  • bool

GetMoveMatrix

const cMatrixf& GetMoveMatrix()

Returns:

  • const cMatrixf&

GetMoveOppositeDirAccMul

float GetMoveOppositeDirAccMul(eCharDir aDir)


Parameters

Returns:

  • float

GetMoveSpeed

float GetMoveSpeed(eCharDir aDir)


Parameters

Returns:

  • float

GetName

const tString& GetName()

Returns:

  • const tString&

GetPhysicsBodyActive

bool GetPhysicsBodyActive()

Returns:

  • bool

GetPitch

float GetPitch()

Returns:

  • float

GetPosition

const cVector3f& GetPosition()

Returns:

  • const cVector3f&

GetPushImpulse

float GetPushImpulse()

Returns:

  • float

GetPushIn2D

bool GetPushIn2D()

Returns:

  • bool

GetRight

const cVector3f& GetRight()

Returns:

  • const cVector3f&

GetRoll

float GetRoll()

Returns:

  • float

GetRotateYawWhenGravityAttached

bool GetRotateYawWhenGravityAttached()

Returns:

  • bool

GetShape

iCollideShape@ GetShape(int alIdx)


Parameters

  • alIdx (int) —

Returns:

  • iCollideShape@

GetSize

const cVector3f& GetSize()

Returns:

  • const cVector3f&

GetStepClimbSpeed

float GetStepClimbSpeed()

Returns:

  • float

GetStickToSlope

bool GetStickToSlope()

Returns:

  • bool

GetTestCollision

bool GetTestCollision()

Returns:

  • bool

GetUp

const cVector3f& GetUp()

Returns:

  • const cVector3f&

GetUpdateCameraVelocity

bool GetUpdateCameraVelocity()

Returns:

  • bool

GetUpdateCameraYaw

bool GetUpdateCameraYaw()

Returns:

  • bool

GetUseEntitySmoothYPos

bool GetUseEntitySmoothYPos()

Returns:

  • bool

GetVelocity

cVector3f GetVelocity(float afFrameTime)


Parameters

  • afFrameTime (float) —

Returns:

  • cVector3f

GetVelocityContactForceMul

float GetVelocityContactForceMul()

Returns:

  • float

GetYaw

float GetYaw()

Returns:

  • float

GravityIsActive

bool GravityIsActive()

Returns:

  • bool

IsActive

bool IsActive()

Returns:

  • bool

IsClimbing

bool IsClimbing()

Returns:

  • bool

IsOnGround

bool IsOnGround()

Returns:

  • bool

Move

void Move(eCharDir aDir,
          float afMul)


Parameters

Returns:

  • void

ResetClimbing

void ResetClimbing()

Returns:

  • void

SetAccurateClimbing

void SetAccurateClimbing(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

SetActive

void SetActive(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

SetActiveSize

void SetActiveSize(int alNum)


Parameters

  • alNum (int) —

Returns:

  • void

SetAirFriction

void SetAirFriction(float afX)


Parameters

  • afX (float) —

Returns:

  • void

SetCamera

void SetCamera(cCamera@ apCam)


Parameters

Returns:

  • void

SetCameraPosAdd

void SetCameraPosAdd(const cVector3f &in avAdd)


Parameters

Returns:

  • void

SetCameraSmoothPosNum

void SetCameraSmoothPosNum(int alNum)


Parameters

  • alNum (int) —

Returns:

  • void

SetCameraUpdateActive

void SetCameraUpdateActive(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

SetCameraUseSmoothing

void SetCameraUseSmoothing(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

SetCharacterMaxPushMass

void SetCharacterMaxPushMass(float afX)


Parameters

  • afX (float) —

Returns:

  • void

SetCharacterPushForce

void SetCharacterPushForce(float afX)


Parameters

  • afX (float) —

Returns:

  • void

SetCharacterPushIn2D

void SetCharacterPushIn2D(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

SetCharacterPushStrength

void SetCharacterPushStrength(int alX)


Parameters

  • alX (int) —

Returns:

  • void

SetClimbForwardMul

void SetClimbForwardMul(float afX)


Parameters

  • afX (float) —

Returns:

  • void

SetClimbHeightAdd

void SetClimbHeightAdd(float afX)


Parameters

  • afX (float) —

Returns:

  • void

SetCollideCharacter

void SetCollideCharacter(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

SetCollideFlags

void SetCollideFlags(uint alX)


Parameters

  • alX (uint) —

Returns:

  • void

SetConstantContactForceMul

void SetConstantContactForceMul(float afX)


Parameters

  • afX (float) —

Returns:

  • void

SetCustomGravity

void SetCustomGravity(const cVector3f &in avCustomGravity)


Parameters

Returns:

  • void

SetCustomGravityActive

void SetCustomGravityActive(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

SetDeaccelerateMoveSpeedInAir

void SetDeaccelerateMoveSpeedInAir(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

SetDisableDiagSpeedBoost

void SetDisableDiagSpeedBoost(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

SetEntity

void SetEntity(iEntity3D@ apEntity)


Parameters

Returns:

  • void

SetEntityOffset

void SetEntityOffset(const cMatrixf &in a_mtxOffset)


Parameters

Returns:

  • void

SetEntityPitchAmount

void SetEntityPitchAmount(float afX)


Parameters

  • afX (float) —

Returns:

  • void

SetEntityPostOffset

void SetEntityPostOffset(const cMatrixf &in a_mtxOffset)


Parameters

Returns:

  • void

SetEntitySmoothPosNum

void SetEntitySmoothPosNum(int alNum)


Parameters

  • alNum (int) —

Returns:

  • void

SetEntitySmoothYPosNum

void SetEntitySmoothYPosNum(int alX)


Parameters

  • alX (int) —

Returns:

  • void

SetEntityUseSmoothing

void SetEntityUseSmoothing(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

SetExtraBody

void SetExtraBody(iPhysicsBody@ apBody)


Parameters

Returns:

  • void

SetFeetPosition

void SetFeetPosition(const cVector3f &in avPos,
                     bool abSmooth)


Parameters

Returns:

  • void

SetForce

void SetForce(const cVector3f &in avForce)


Parameters

Returns:

  • void

SetForceVelocity

void SetForceVelocity(const cVector3f &in avVel)


Parameters

Returns:

  • void

SetGravityActive

void SetGravityActive(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

SetGroundAngleMin

void SetGroundAngleMin(float afX)


Parameters

  • afX (float) —

Returns:

  • void

SetGroundFriction

void SetGroundFriction(float afX)


Parameters

  • afX (float) —

Returns:

  • void

SetHitboxCollider

void SetHitboxCollider(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

SetMass

void SetMass(float afMass)


Parameters

  • afMass (float) —

Returns:

  • void

SetMaxContactForcePerMassUnit

void SetMaxContactForcePerMassUnit(float afX)


Parameters

  • afX (float) —

Returns:

  • void

SetMaxGravitySpeed

void SetMaxGravitySpeed(float afX)


Parameters

  • afX (float) —

Returns:

  • void

SetMaxNegativeMoveSpeed

void SetMaxNegativeMoveSpeed(eCharDir aDir,
                             float afX)


Parameters

Returns:

  • void

SetMaxNoSlideSlopeAngle

void SetMaxNoSlideSlopeAngle(float afAngle)


Parameters

  • afAngle (float) —

Returns:

  • void

SetMaxOnGroundCount

void SetMaxOnGroundCount(int alX)


Parameters

  • alX (int) —

Returns:

  • void

SetMaxPositiveMoveSpeed

void SetMaxPositiveMoveSpeed(eCharDir aDir,
                             float afX)


Parameters

Returns:

  • void

SetMaxPushForce

void SetMaxPushForce(float afX)


Parameters

  • afX (float) —

Returns:

  • void

SetMaxPushMass

void SetMaxPushMass(float afX)


Parameters

  • afX (float) —

Returns:

  • void

SetMaxStepSize

void SetMaxStepSize(float afSize)


Parameters

  • afSize (float) —

Returns:

  • void

SetMaxStepSizeInAir

void SetMaxStepSizeInAir(float afSize)


Parameters

  • afSize (float) —

Returns:

  • void

SetMoveAcc

void SetMoveAcc(eCharDir aDir,
                float afX)


Parameters

Returns:

  • void

SetMoveDeacc

void SetMoveDeacc(eCharDir aDir,
                  float afX)


Parameters

Returns:

  • void

SetMoveOppositeDirAccMul

void SetMoveOppositeDirAccMul(eCharDir aDir,
                              float afX)


Parameters

Returns:

  • void

SetMoveSpeed

void SetMoveSpeed(eCharDir aDir,
                  float afX)


Parameters

Returns:

  • void

SetMoveSpeedMul

void SetMoveSpeedMul(eCharDir aDir,
                     float afX)


Parameters

Returns:

  • void

SetPhysicsBodyActive

void SetPhysicsBodyActive(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

SetPitch

void SetPitch(float afX)


Parameters

  • afX (float) —

Returns:

  • void

SetPosition

void SetPosition(const cVector3f &in avPos,
                 bool abSmooth)


Parameters

Returns:

  • void

SetPushImpulse

void SetPushImpulse(float afX)


Parameters

  • afX (float) —

Returns:

  • void

SetPushIn2D

void SetPushIn2D(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

SetRoll

void SetRoll(float afX)


Parameters

  • afX (float) —

Returns:

  • void

SetRotateYawWhenGravityAttached

void SetRotateYawWhenGravityAttached(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

SetStepClimbSpeed

void SetStepClimbSpeed(float afX)


Parameters

  • afX (float) —

Returns:

  • void

SetStickToSlope

void SetStickToSlope(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

SetTestCollision

void SetTestCollision(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

SetUpdateCameraVelocity

void SetUpdateCameraVelocity(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

SetUpdateCameraYaw

void SetUpdateCameraYaw(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

SetupSafePositions

void SetupSafePositions(float afSafePositionSaveInterval,
                        float afSafePositionBufferTime)


Parameters

  • afSafePositionSaveInterval (float) —
  • afSafePositionBufferTime (float) —

Returns:

  • void

SetUseEntitySmoothYPos

void SetUseEntitySmoothYPos(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

SetVelocityContactForceMul

void SetVelocityContactForceMul(float afX)


Parameters

  • afX (float) —

Returns:

  • void

SetYaw

void SetYaw(float afX)


Parameters

  • afX (float) —

Returns:

  • void

StopMovement

void StopMovement()

Returns:

  • void

TeleportToSafePosition

void TeleportToSafePosition(float afElapsedTime,
                            bool abSmooth = false)


Parameters

  • afElapsedTime (float) —
  • abSmooth (bool) —

Returns:

  • void

Update

void Update(float afTimeStep)


Parameters

  • afTimeStep (float) —

Returns:

  • void

References

See all references...