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

UnrealI.MagmaBurst

Extends
RockSlide

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Keypoint
      |   
      +-- UnrealI.RockSlide
         |   
         +-- UnrealI.MagmaBurst

Variables Summary
MagmaBurst
intAngularDeviation
class<Effects>EffectClass
intMaxSpawnedAtOnce
floatMaxSpawnSpeed
intMinSpawnedAtOnce
floatMinSpawnSpeed
rotatorSpawnCenterDir
Inherited Variables from UnrealI.RockSlide
CubeDimensions, InitialDirection, MaxBetweenTime, maxInitialSpeed, MaxScaleFactor, MinBetweenTime, minInitialSpeed, MinScaleFactor, NextRockTime, ProjectileClass, TimeLength, TimeLimit, TotalPassedTime

Functions Summary
function MakeRock ()))
Active
function MoreMagma ()))
function Trigger (actor Other, pawn EventInstigator))
Triggered
Inherited Functions from UnrealI.RockSlide
BeginPlay, MakeRock, Trigger

States Summary
Active Source code
state Active
MakeRock
Triggered Source code
auto state Triggered
Trigger


Variables Detail

MagmaBurst

AngularDeviation Source code

var(MagmaBurst) int AngularDeviation;

EffectClass Source code

var(MagmaBurst) class<Effects> EffectClass;

MaxSpawnedAtOnce Source code

var(MagmaBurst) int MaxSpawnedAtOnce;

MaxSpawnSpeed Source code

var(MagmaBurst) float MaxSpawnSpeed;

MinSpawnedAtOnce Source code

var(MagmaBurst) int MinSpawnedAtOnce;

MinSpawnSpeed Source code

var(MagmaBurst) float MinSpawnSpeed;

SpawnCenterDir Source code

var(MagmaBurst) rotator SpawnCenterDir;


Functions Detail

MakeRock Active Source code

function MakeRock ( ) )

MoreMagma Source code

function MoreMagma ( ) )

Trigger Triggered Source code

function Trigger ( actor Other, pawn EventInstigator) )


Defaultproperties

defaultproperties
{
				MinSpawnedAtOnce=1
				MaxSpawnedAtOnce=4
				MinSpawnSpeed=200.000000
				MaxSpawnSpeed=1000.000000
				SpawnCenterDir=(Pitch=20000)
				AngularDeviation=36000
				EffectClass=Class'UnrealShare.FlameBall'
				CubeDimensions=(X=60.000000,Y=60.000000,Z=60.000000)
				MinBetweenTime=0.700000
				MaxBetweenTime=1.700000
				MinScaleFactor=0.600000
				MaxScaleFactor=1.300000
				Tag="MagmaTest1"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:10.803 - Created with UnCodeX