HPL3/SOMA/Scripting/iPhysicsJointBall
Jump to navigation
Jump to search
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
Fields
iPhysicsJointBall has no public fields.
Functions
Return Type | Function Name | Parameters | Description |
---|---|---|---|
void |
Break | ||
bool |
GetAllowPositionReset | ||
float |
GetAngle | ||
cVector3f |
GetAngles | ||
cVector3f |
GetAngularVelocity | ||
iPhysicsBody@ |
GetChildBody | ||
bool |
GetCollideBodies | ||
float |
GetDistance | ||
float |
GetForceSize | ||
tID |
GetID | ||
bool |
GetLimitAutoSleep | ||
float |
GetMaxConeAngle | ||
float |
GetMaxTwistAngle | ||
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 |
SetConeLimits | float afMaxConeAngle ,float afMaxTwistAngle |
|
void |
SetLimitAutoSleep | bool abX |
|
void |
SetMaxLimitSound | const tString &in asSound ,float afMinSpeed |
|
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 |