| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Keypoint
|
+-- UnrealI.RockSlide
|
+-- UnrealI.MagmaBurst
| Variables Summary | |
|---|---|
| MagmaBurst | |
| int | AngularDeviation |
| class<Effects> | EffectClass |
| int | MaxSpawnedAtOnce |
| float | MaxSpawnSpeed |
| int | MinSpawnedAtOnce |
| float | MinSpawnSpeed |
| rotator | SpawnCenterDir |
| Inherited Variables from UnrealI.RockSlide |
|---|
| CubeDimensions, InitialDirection, MaxBetweenTime, maxInitialSpeed, MaxScaleFactor, MinBetweenTime, minInitialSpeed, MinScaleFactor, NextRockTime, ProjectileClass, TimeLength, TimeLimit, TotalPassedTime |
| Functions Summary | ||
|---|---|---|
![]() | MakeRock () Active | |
![]() | MoreMagma () | |
![]() | 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 |
|---|
| Functions Detail |
|---|
MakeRock Active Source code
MoreMagma Source code
Trigger Triggered Source code| 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 | UnrealScript Documentation |
| previous class next class | frames no frames | |||||