Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.KHinge

Extends
KConstraint
Modifiers
native placeable

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.KActor
      |   
      +-- Engine.KConstraint
         |   
         +-- Engine.KHinge

Variables Summary
floatKCurrentAngle
boolKUseAltDesired
KarmaConstraint
floatKAltDesiredAngle
floatKDamping
floatKDesiredAngle
floatKDesiredAngVel
EHingeTypeKHingeType
floatKMaxTorque
floatKProportionalGap
floatKStiffness
Inherited Variables from Engine.KConstraint
bKDisableCollision, bKForceFrameUpdate, KConstraintActor1, KConstraintActor2, KConstraintBone1, KConstraintBone2, KConstraintData, KForceThreshold, KPos1, KPos2, KPriAxis1, KPriAxis2, KSecAxis1, KSecAxis2
Inherited Variables from Engine.KActor
bKTakeShot, bOrientImpactEffect, ImpactEffect, ImpactInterval, ImpactSounds, ImpactVolume, LastImpactTime

Enumerations Summary
EHingeType
HT_Normal, HT_Springy, HT_Motor, HT_Controlled

Functions Summary
function Trigger (actor Other, pawn EventInstigator ))
ControlDesired
function Trigger (actor Other, pawn EventInstigator ))
ControlMotor
function Trigger (actor Other, pawn EventInstigator ))
ToggleDesired
function Trigger (actor Other, pawn EventInstigator ))
ToggleMotor
function Untrigger (actor Other, pawn EventInstigator ))
ControlDesired
function Untrigger (actor Other, pawn EventInstigator ))
ControlMotor
Inherited Functions from Engine.KConstraint
KForceExceed, KGetConstraintForce, KGetConstraintTorque, KUpdateConstraintParams
Inherited Functions from Engine.KActor
KImpact, TakeDamage, Trigger

States Summary
ControlDesired Source code
state ControlDesired
Trigger, Untrigger
ControlMotor Source code
state ControlMotor
Trigger, Untrigger
Default Source code
auto state Default
ToggleDesired Source code
state ToggleDesired
Trigger
ToggleMotor Source code
state ToggleMotor
Trigger


Variables Detail

KCurrentAngle Source code

var const float KCurrentAngle;

KUseAltDesired Source code

var bool KUseAltDesired;

KarmaConstraint

KAltDesiredAngle Source code

var(KarmaConstraint) float KAltDesiredAngle;

KDamping Source code

var(KarmaConstraint) float KDamping;

KDesiredAngle Source code

var(KarmaConstraint) float KDesiredAngle;

KDesiredAngVel Source code

var(KarmaConstraint) float KDesiredAngVel;

KHingeType Source code

var(KarmaConstraint) EHingeType KHingeType;

KMaxTorque Source code

var(KarmaConstraint) float KMaxTorque;

KProportionalGap Source code

var(KarmaConstraint) float KProportionalGap;

KStiffness Source code

var(KarmaConstraint) float KStiffness;


Enumerations Detail

EHingeType Source code

enum EHingeType
{
HT_Normal, HT_Springy, HT_Motor, HT_Controlled
};


Functions Detail

Trigger ControlDesired Source code

function Trigger ( actor Other, pawn EventInstigator ) )

Trigger ControlMotor Source code

function Trigger ( actor Other, pawn EventInstigator ) )

Trigger ToggleDesired Source code

function Trigger ( actor Other, pawn EventInstigator ) )

Trigger ToggleMotor Source code

function Trigger ( actor Other, pawn EventInstigator ) )

Untrigger ControlDesired Source code

function Untrigger ( actor Other, pawn EventInstigator ) )

Untrigger ControlMotor Source code

function Untrigger ( actor Other, pawn EventInstigator ) )


Defaultproperties

defaultproperties
{
    KHingeType=HT_Normal
    KStiffness=50
    KProportionalGap=8200
	KUseAltDesired=False


    bDirectional=True
    Texture=S_KHinge
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:12.650 - Created with UnCodeX