RuneI
Class FallingRocks

source: c:\runehov\RuneI\Classes\FallingRocks.uc
Core.Object
   |
   +--Engine.Actor
      |
      +--Engine.ParticleSystem
         |
         +--RuneI.FallingRocks
Direct Known Subclasses:None

class FallingRocks
extends Engine.ParticleSystem

//============================================================================= // FallingRocks. //=============================================================================

Source Code


00001	//=============================================================================
00002	// FallingRocks.
00003	//=============================================================================
00004	
00005	class FallingRocks expands ParticleSystem;
00006	
00007	defaultproperties
00008	{
00009	     ParticleCount=10
00010	     ParticleTexture(0)=Texture'RuneFX.browndust'
00011	     OriginOffset=(Z=-8.000000)
00012	     VelocityMin=(X=-15.000000,Y=-15.000000)
00013	     VelocityMax=(X=15.000000,Y=15.000000)
00014	     ScaleMin=0.100000
00015	     ScaleMax=0.500000
00016	     ScaleDeltaX=1.000000
00017	     ScaleDeltaY=1.000000
00018	     LifeSpanMin=0.400000
00019	     LifeSpanMax=0.900000
00020	     AlphaStart=20
00021	     bAlphaFade=True
00022	     bApplyGravity=True
00023	     GravityScale=0.050000
00024	     SpawnOverTime=1.000000
00025	     Style=STY_Translucent
00026	}

End Source Code