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 |
/** * Copyright 1998-2008 Epic Games, Inc. All Rights Reserved. */ class UTGreedCoin_Gold_Small extends UTGreedCoin_Gold; defaultproperties { Begin Object Class=StaticMeshComponent Name=MeshComponentA ObjName=MeshComponentA Archetype=StaticMeshComponent'UT3GoldGame.Default__UTGreedCoin_Gold:MeshComponentA' ObjectArchetype=StaticMeshComponent'UT3GoldGame.Default__UTGreedCoin_Gold:MeshComponentA' End Object PickupMesh=MeshComponentA Begin Object Class=DynamicLightEnvironmentComponent Name=DroppedPickupLightEnvironment ObjName=DroppedPickupLightEnvironment Archetype=DynamicLightEnvironmentComponent'UT3GoldGame.Default__UTGreedCoin_Gold:DroppedPickupLightEnvironment' ObjectArchetype=DynamicLightEnvironmentComponent'UT3GoldGame.Default__UTGreedCoin_Gold:DroppedPickupLightEnvironment' End Object MyLightEnvironment=DroppedPickupLightEnvironment Begin Object Class=SpriteComponent Name=Sprite ObjName=Sprite Archetype=SpriteComponent'UT3GoldGame.Default__UTGreedCoin_Gold:Sprite' ObjectArchetype=SpriteComponent'UT3GoldGame.Default__UTGreedCoin_Gold:Sprite' End Object Components(0)=Sprite Begin Object Class=CylinderComponent Name=CollisionCylinder ObjName=CollisionCylinder Archetype=CylinderComponent'UT3GoldGame.Default__UTGreedCoin_Gold:CollisionCylinder' CollisionHeight=20.000000 CollisionRadius=21.000000 ObjectArchetype=CylinderComponent'UT3GoldGame.Default__UTGreedCoin_Gold:CollisionCylinder' End Object Components(1)=CollisionCylinder Components(2)=DroppedPickupLightEnvironment Components(3)=MeshComponentA CollisionComponent=CollisionCylinder Name="Default__UTGreedCoin_Gold_Small" ObjectArchetype=UTGreedCoin_Gold'UT3GoldGame.Default__UTGreedCoin_Gold' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |