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

UT2k4Assault.FX_SpaceFighter_3rdpMuzzle


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
00041
00042
00043
00044
00045
00046
00047
00048
00049
class FX_SpaceFighter_3rdpMuzzle extends Emitter
    notplaceable;

#exec OBJ LOAD FILE=EpicParticles.utx

simulated function SetRedColor()
{
    Emitters[0].ColorScale[0].Color = class'Canvas'.static.MakeColor(200, 80, 48);
}

simulated function SetScale( float Scale )
{
    Emitters[0].StartSizeRange.X.Min = 75.f * Scale;
    Emitters[0].StartSizeRange.X.Max = Emitters[0].StartSizeRange.X.Min;
}

defaultproperties
{
     Begin Object Class=SpriteEmitter Name=SpriteEmitter1
         UseColorScale=True
         FadeOut=True
         RespawnDeadParticles=False
         SpinParticles=True
         UseSizeScale=True
         UseRegularSizeScale=False
         UniformSize=True
         AutomaticInitialSpawning=False
         ColorScale(0)=(Color=(B=255,G=128,R=64))
         ColorScale(1)=(RelativeTime=1.000000)
         CoordinateSystem=PTCS_Relative
         MaxParticles=3
         SpinsPerSecondRange=(X=(Max=0.040000))
         StartSpinRange=(X=(Max=1.000000))
         SizeScale(0)=(RelativeSize=1.000000)
         SizeScale(1)=(RelativeTime=0.330000,RelativeSize=0.250000)
         SizeScale(2)=(RelativeTime=1.000000)
         StartSizeRange=(X=(Min=75.000000,Max=75.000000))
         InitialParticlesPerSecond=2000.000000
         Texture=Texture'AW-2004Particles.Weapons.PlasmaStar'
         SecondsBeforeInactive=0.000000
         LifetimeRange=(Min=0.500000,Max=0.500000)
     End Object
     Emitters(0)=SpriteEmitter'UT2k4Assault.FX_SpaceFighter_3rdpMuzzle.SpriteEmitter1'

     bNoDelete=False
     bHardAttach=True
     bDirectional=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Tue 24/10/2006 17:00:14.000 - Creation time: Wed 7/2/2007 19:16:39.843 - Created with UnCodeX