|
Arma Reforger Script API
|
SCR_JointConeTwistEntity Class. More...
Public Member Functions | |
| override void | DebugDisplay () |
| override void | RotateJoint (inout vector jointMat[4]) |
| override void | CreateJoint (IEntity parent, IEntity child, vector jointMat1[4], vector jointMat2[4]) |
Public Member Functions inherited from SCR_JointBaseEntity | |
| void | MoveJointToParentBone () |
| override array< ref ParamEnum > | _WB_GetUserEnums (string varName, IEntitySource src) |
| override int | _WB_GetAfterWorldUpdateSpecs (IEntitySource src) |
| override void | _WB_AfterWorldUpdate (float timeSlice) |
| void | DestroyJoint () |
| void | TryCreateJoint (bool showErrors) |
| void | CreateFailedJointDebug (int a, int r, int g, int b) |
| override void | EOnInit (IEntity owner) |
| EntityEvent.INIT. | |
| void | SCR_JointBaseEntity (IEntitySource src, IEntity parent) |
| void | ~SCR_JointBaseEntity () |
Public Attributes | |
| float | m_SwingSpanYaw |
| float | m_SwingSpanPitch |
| float | m_TwistSpan |
| float | m_Softness |
| float | m_BiasFactor |
| float | m_RelaxationFactor |
Public Attributes inherited from SCR_JointBaseEntity | |
| int | SNAP_TO_PARENT_BONE |
| bool | m_CollisionBlocker |
| IEntity | m_JointParent = null |
| IEntity | m_JointChild = null |
| SCR_JointDummyHolderEntity | m_JointDummy = null |
| PhysicsJoint | m_Joint = null |
SCR_JointConeTwistEntity Class.
TODO: doc
| override void SCR_JointConeTwistEntity.CreateJoint | ( | IEntity | parent, |
| IEntity | child, | ||
| vector | jointMat1[4], | ||
| vector | jointMat2[4] ) |
Implements SCR_JointBaseEntity.
| override void SCR_JointConeTwistEntity.DebugDisplay | ( | ) |
Implements SCR_JointBaseEntity.
| override void SCR_JointConeTwistEntity.RotateJoint | ( | inout vector | jointMat[4] | ) |
Implements SCR_JointBaseEntity.
| float SCR_JointConeTwistEntity.m_BiasFactor |
| float SCR_JointConeTwistEntity.m_RelaxationFactor |
| float SCR_JointConeTwistEntity.m_Softness |
| float SCR_JointConeTwistEntity.m_SwingSpanPitch |
| float SCR_JointConeTwistEntity.m_SwingSpanYaw |
| float SCR_JointConeTwistEntity.m_TwistSpan |