Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 00023 00024 00025 00026 00027 00028 |
//============================================================================= // The Karma physics parameter specific to skeletons. // NB: All parameters are in KARMA scale! //============================================================================= class KarmaParamsSkel extends KarmaParams editinlinenew native; var() string KSkeleton; // Karma Asset to use for this skeleton. var() bool bKDoConvulsions; var() bool bRubbery; var() range KConvulseSpacing; // Time between convulsions. // When the skeletal physics starts up, we check this line against the skeleton, // and apply an impulse with magnitude KShotStrength if we hit a bone. // This has to be deferred because ragdoll-startup is. var transient vector KShotStart; var transient vector KShotEnd; var transient float KShotStrength; var transient bool bKImportantRagdoll; // This indicates this ragdoll will not be recycled during KMakeRagdollAvailable defaultproperties { KConvulseSpacing=(Min=0.500000,Max=1.500000) } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |