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, KConstraintData, KForceThreshold, KPos1, KPos2, KPriAxis1, KPriAxis2, KSecAxis1, KSecAxis2

Enumerations Summary
EHingeType
HT_Normal, HT_Springy, HT_Motor, HT_Controlled

Functions Summary
function Trigger (Actor Other, Pawn EventInstigator, optional name EventName ))
ControlDesired
function Trigger (Actor Other, Pawn EventInstigator, optional name EventName ))
ControlMotor
function Trigger (Actor Other, Pawn EventInstigator, optional name EventName ))
ToggleDesired
function Trigger (Actor Other, Pawn EventInstigator, optional name EventName ))
ToggleMotor
function UnTrigger (Actor Other, Pawn EventInstigator, optional name EventName ))
ControlDesired
function UnTrigger (Actor Other, Pawn EventInstigator, optional name EventName ))
ControlMotor
Inherited Functions from Engine.KConstraint
KForceExceed, KGetConstraintForce, KGetConstraintTorque, KUpdateConstraintParams
Inherited Functions from Engine.KActor
TakeDamage

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, optional name EventName ) )

Trigger ControlMotor Source code

function Trigger ( Actor Other, Pawn EventInstigator, optional name EventName ) )

Trigger ToggleDesired Source code

function Trigger ( Actor Other, Pawn EventInstigator, optional name EventName ) )

Trigger ToggleMotor Source code

function Trigger ( Actor Other, Pawn EventInstigator, optional name EventName ) )

UnTrigger ControlDesired Source code

function UnTrigger ( Actor Other, Pawn EventInstigator, optional name EventName ) )

UnTrigger ControlMotor Source code

function UnTrigger ( Actor Other, Pawn EventInstigator, optional name EventName ) )


Defaultproperties

defaultproperties
{
	KStiffness=50.000000
	KProportionalGap=8200.000000
	Texture=Texture'Engine.S_KHinge'
	bDirectional=true
     UseReticleOnEvents(0)="UseReticleText"
     UseReticleOnEvents(1)="UseReticleCorners"
     UseReticleOnEvents(2)="UseReticleTopBars"
     ProximityReticleOnEvents(0)="ProximityReticleCorners"
     ProximityReticleOnEvents(1)="ProximityReticleTopBars"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:30.469 - Created with UnCodeX