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

USARBot.Helicopter


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
00029
00030
00031
00032
00033
00034
00035
class Helicopter extends HelicopterRobot config(USARBot);

//*********************************************************************************************************************
// DEFAULT PROPERTIES
//*********************************************************************************************************************
defaultproperties
{
    StaticMesh=StaticMesh'USARSim_Vehicles_Meshes.Helicopter.HelicopterBody'
    DrawScale=119
    
    // Helicopter Properties
    maxPitch = 1.0472 // Maximum pitch angle, in radians.  This means that the helicopter can pitch from -60 to +60 degrees.
    maxRoll = 1.0472  // Maximum roll angle, in radians.  This means that the helicopter can roll from -60 to +60 degrees.
    Dimensions=(X=9.0082,Y=6.6897,Z=2.6128) // X=Length=9.0082m, Y=Width=6.6897m, Z=Height=2.6128m. Note: measurements include rotor.

    Begin Object Class=KarmaParamsRBFull Name=KParams0
        KActorGravScale=0
        KInertiaTensor(0)=1
        KInertiaTensor(3)=1
        KInertiaTensor(5)=1
        KLinearDamping=5.000000
        KAngularDamping=1.00000
        KStartEnabled=True
        bHighDetailOnly=False
        bClientOnly=False
        bKDoubleTickRate=True
        bKStayUpright=False
        bDestroyOnWorldPenetrate=True
        bDoSafetime=True
        KFriction=1.600000
        KImpactThreshold=700.000000
     End Object
     KParams=KarmaParamsRBFull'USARBot.Helicopter.KParams0'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Do 11.1.2007 20:33:04.000 - Creation time: Mo 16.4.2007 11:20:48.250 - Created with UnCodeX