Difference between revisions of "HPL3/SOMA/Scripting/iPhysicsJointHinge"
Jump to navigation
Jump to search
(Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Fields== iPhysicsJointHinge has no public fields....") |
|||
Line 90: | Line 90: | ||
| <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || SetStiffness || <syntaxhighlight lang="c++" inline>float afX</syntaxhighlight> || | | <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || SetStiffness || <syntaxhighlight lang="c++" inline>float afX</syntaxhighlight> || | ||
|} | |} | ||
+ | |||
+ | {{ReferencesSection}} | ||
{{HPL3SOMAScriptingCategories}} | {{HPL3SOMAScriptingCategories}} | ||
__FORCETOC__ | __FORCETOC__ |
Latest revision as of 16:04, 6 August 2020
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
iPhysicsJointHinge 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 |
GetMaxAngle | ||
float |
GetMinAngle | ||
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 |
SetMaxAngle | float afAngle |
|
void |
SetMaxLimitSound | const tString &in asSound ,float afMinSpeed |
|
void |
SetMinAngle | float afAngle |
|
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 |