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

WVHoverTankV3.OdinLinkBeamEndEffect


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
/******************************************************************************
AmbientHitSound

Creation date: 2012-10-25 16:33
Last change: $Id$
Copyright © 2012, Wormbo
Website: http://www.koehler-homepage.de/Wormbo/
Feel free to reuse this code. Send me a note if you found it helpful or want
to report bugs/provide improvements.
Please ask for permission first, if you intend to make money off reused code.
******************************************************************************/

class OdinLinkBeamEndEffect extends Effects;


//=============================================================================
// Imports
//=============================================================================

#exec audio import file=Sounds\OdinLinkHitAmbient.wav group=Odin


//=============================================================================
// Default values
//=============================================================================

defaultproperties
{
	bHidden = True
	LightSaturation = 100
	LightHue = 40
	LightBrightness = 240
	LightRadius = 10
	LightType = LT_Steady
	LightEffect = LE_NonIncidence

	AmbientSound = OdinLinkHitAmbient
	SoundVolume  = 200
	SoundRadius  = 400
}


Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Mo 2.12.2013 00:58:08.000 - Creation time: Do 14.8.2014 09:58:45.767 - Created with UnCodeX