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

UnrealScriptTest.TestPlaceableActor


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
00040
/**
 *
 * Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
 */


//-----------------------------------------------------------
//
//-----------------------------------------------------------
class TestPlaceableActor extends Actor
    placeable;

var()   editconst   InheritanceTestDerived      ComponentVar;
var()   InheritanceTestDerived                  RuntimeComponent;

defaultproperties
{
   Begin Object Class=InheritanceTestDerived Name=TestComp ObjName=TestComp Archetype=InheritanceTestDerived'UnrealScriptTest.Default__InheritanceTestDerived'
      Begin Object Class=NestingTest_SecondLevelComponent Name=NestingTestComponent ObjName=NestingTestComponent Archetype=NestingTest_SecondLevelComponent'UnrealScriptTest.Default__InheritanceTestDerived:NestingTestComponent'
         ObjectArchetype=NestingTest_SecondLevelComponent'NestingTestComponent'
      End Object
      TestInt=5
      Name="TestComp"
      ObjectArchetype=InheritanceTestDerived'UnrealScriptTest.Default__InheritanceTestDerived'
   End Object
   ComponentVar=TestComp
   Begin Object Class=SpriteComponent Name=Sprite ObjName=Sprite Archetype=SpriteComponent'Engine.Default__SpriteComponent'
      HiddenGame=True
      AlwaysLoadOnClient=False
      AlwaysLoadOnServer=False
      Name="Sprite"
      ObjectArchetype=SpriteComponent'Engine.Default__SpriteComponent'
   End Object
   Components(0)=Sprite
   Components(1)=TestComp
   CollisionType=COLLIDE_CustomDefault
   Name="Default__TestPlaceableActor"
   ObjectArchetype=Actor'Engine.Default__Actor'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Thu 22/11/2007 16:05:06.000 - Creation time: Mon 26/11/2007 17:41:56.484 - Created with UnCodeX