XIII
Class LargeShells

source: C:\XIII\XIII\Classes\LargeShells.uc
Core.Object
   |
   +--Engine.Actor
      |
      +--Engine.Emitter
         |
         +--Engine.TriggerParticleEmitter
            |
            +--XIII.Shells
               |
               +--XIII.LargeShells
Direct Known Subclasses:None

class LargeShells
extends XIII.Shells



Source Code


00001	class LargeShells extends Shells;
00002	
00003	
00004	
00005	defaultproperties
00006	{
00007	     Begin Object Class=MeshEmitter Name=LargeShellsA
00008	         StaticMesh=StaticMesh'MeshArmesPickup.douille'
00009	         Acceleration=(Z=-150.000000)
00010	         UseCollision=True
00011	         RespawnDeadParticles=False
00012	         SpinParticles=True
00013	         DampRotation=True
00014	         AutomaticInitialSpawning=False
00015	         Initialized=True
00016	         DampingFactorRange=(X=(Min=0.700000,Max=0.700000),Y=(Min=0.700000,Max=0.700000),Z=(Min=0.700000,Max=0.700000))
00017	         MaxParticles=40
00018	         StartLocationOffset=(X=2.000000,Y=2.000000,Z=1.000000)
00019	         UseRotationFrom=PTRS_Offset
00020	         RotationOffset=(Roll=16384)
00021	         SpinsPerSecondRange=(X=(Min=-1.000000,Max=1.000000),Y=(Min=-1.000000,Max=1.000000),Z=(Min=-1.000000,Max=1.000000))
00022	         RotationDampingFactorRange=(X=(Min=0.700000,Max=0.700000),Y=(Min=0.700000,Max=0.700000),Z=(Min=0.700000,Max=0.700000))
00023	         StartSizeRange=(X=(Min=0.700000,Max=0.700000),Y=(Min=0.700000,Max=0.700000),Z=(Min=0.700000,Max=0.700000))
00024	         SecondsBeforeInactive=0.000000
00025	         LifetimeRange=(Min=2.000000,Max=2.000000)
00026	         StartVelocityRange=(X=(Min=-10.000000,Max=50.000000),Y=(Min=20.000000,Max=50.000000),Z=(Min=10.000000,Max=20.000000))
00027	         Name="LargeShellsA"
00028	     End Object
00029	     Emitters(0)=MeshEmitter'XIII.LargeShells.LargeShellsA'
00030	}

End Source Code