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

JBToolbox.JBxEmitterLightning


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
// ============================================================================
// JBxEmitterLightning
// Copyright 2003 by Christophe "Crokx" Cros <crokx@beyondunreal.com>
// $Id: JBxEmitterLightning.uc,v 1.1 2003/06/27 11:14:09 crokx Exp $
//
// Effect of lightning execution.
// ============================================================================
class JBxEmitterLightning extends LightningBolt;


// ============================================================================
// PostBeginPlay
//
// Play effect sound.
// ============================================================================
simulated function PostBeginPlay()
{
    PlaySound(Sound'xEffects.LightningSound', SLOT_None, 10,, 1000);
}


// ============================================================================
// Default properties
// ============================================================================
defaultproperties
{
    mSizeRange(0)=50.000000
    mSizeRange(1)=50.000000
    mSpawnVecB=(X=5.0,Y=40.0,Z=40.0)
    mPosDev=(X=20.000000,Y=20.000000,Z=20.000000)
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Fr 27.6.2003 13:14:10.000 - Creation time: Do 14.8.2014 09:58:43.311 - Created with UnCodeX