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 00029 00030 00031 00032 00033 00034 00035 00036 00037 00038 00039 |
/** * Copyright 1998-2008 Epic Games, Inc. All Rights Reserved. */ class UTSkelControl_MantaFlaps extends SkelControlSingleBone hidecategories(Translation, Rotation, Adjustment) native(Animation); var(Manta) float MaxPitch; var float OldZPitch; /** 1/MaxPitchTime is minimum time to go from 0 to max pitch */ var float MaxPitchTime; /** Max pitch change per second */ var float MaxPitchChange; var name RightFlapControl; var name LeftFlapControl; // (cpptext) // (cpptext) // (cpptext) // (cpptext) defaultproperties { maxPitch=30.000000 MaxPitchTime=4.000000 MaxPitchChange=10000.000000 RightFlapControl="right_flap" LeftFlapControl="left_flap" bApplyRotation=True BoneRotationSpace=BCS_ActorSpace bIgnoreWhenNotRendered=True Name="Default__UTSkelControl_MantaFlaps" ObjectArchetype=SkelControlSingleBone'Engine.Default__SkelControlSingleBone' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |