HPL3/SOMA/Scripting/iPhysicsJointSlider

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
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!

Fields

iPhysicsJointSlider has no public fields.

Functions

Return Type Function Name Parameters Description
void Break
bool GetAllowPositionReset
float GetAngle
cVector3f GetAngularVelocity
iPhysicsBody@ GetChildBody
bool GetCollideBodies
float GetDistance
float GetForceSize
tID GetID
bool GetLimitAutoSleep
float GetMaxDistance
float GetMinDistance
const tString& GetName
iPhysicsBody@ GetParentBody
const cVector3f& GetPinDir
const cVector3f& GetPivotPoint
bool GetStickyMaxLimit
bool GetStickyMinLimit
float GetStiffness
ePhysicsJointType GetType
int GetUniqueID
cVector3f GetVelocity
bool IsBreakable
bool IsBroken
void RemoveBody iPhysicsBody@ apBody
void SetAllowPositionReset bool abX
void SetBreakable bool abX
void SetCollideBodies bool abX
void SetLimitAutoSleep bool abX
void SetMaxDistance float afX
void SetMaxLimitSound const tString &in asSound,
float afMinSpeed
void SetMinDistance float afX
void SetMinLimitSound const tString &in asSound,
float afMinSpeed
void SetMinMoveSpeed float afX
void SetMoveSound tString &in asName
void SetMoveSpeedType ePhysicsJointSpeed aType
void SetStickyMaxLimit bool abX
void SetStickyMinLimit bool abX
void SetStiffness float afX

References

See all references...