Difference between revisions of "HPL3/SOMA/Scripting/iPhysicsJointSlider"

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
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== iPhysicsJointSlider 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 17:05, 6 August 2020

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...