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
floatMaxBrightness
floatMaxBurnTime
intMaxSpawnedAtOnce
floatMaxSpawnSpeed
floatMinBrightness
floatMinBurnTime
intMinSpawnedAtOnce
floatMinSpawnSpeed
rotatorSpawnCenterDir
Inherited Variables from UnrealI.RockSlide
CubeDimensions, InitialDirection, MaxBetweenTime, maxInitialSpeed, MaxScaleFactor, MinBetweenTime, minInitialSpeed, MinScaleFactor, NextRockTime, 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;

MaxBrightness Source code

var(MagmaBurst) float MaxBrightness;

MaxBurnTime Source code

var(MagmaBurst) float MaxBurnTime;

MaxSpawnedAtOnce Source code

var(MagmaBurst) int MaxSpawnedAtOnce;

MaxSpawnSpeed Source code

var(MagmaBurst) float MaxSpawnSpeed;

MinBrightness Source code

var(MagmaBurst) float MinBrightness;

MinBurnTime Source code

var(MagmaBurst) float MinBurnTime;

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
     MinBurnTime=20.000000
     MaxBurnTime=25.000000
     MinBrightness=190.000000
     MaxBrightness=240.000000
     SpawnCenterDir=(Pitch=20000)
     AngularDeviation=36000
     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: Fr 7.6.2013 13:14:38.125 - Created with UnCodeX