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

Botpack.UT_SpriteBallChild


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
//=============================================================================
// UT_SpriteBallChild.
//=============================================================================
class UT_SpriteBallChild extends UT_SpriteBallExplosion;

simulated function PostBeginPlay()
{
	Texture = SpriteAnim[int(FRand()*5)];
	DrawScale = FRand()*0.5+0.9;
}

defaultproperties
{
     SpriteAnim(1)=Texture'Botpack.UT_Explosions.Exp7_a00'
     SpriteAnim(2)=Texture'Botpack.UT_Explosions.Exp6_a00'
     SpriteAnim(3)=Texture'Botpack.UT_Explosions.Exp5_a00'
     SpriteAnim(4)=Texture'Botpack.UT_Explosions.Exp4_a00'
     bHighDetail=True
     RemoteRole=ROLE_None
     DrawScale=1.200000
     LightType=LT_None
     LightEffect=LE_None
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Mon 5/5/2025 21:18:46.000 - Creation time: Mon 5/5/2025 21:23:26.277 - Created with UnCodeX