| 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 |
| float | MaxBrightness |
| float | MaxBurnTime |
| int | MaxSpawnedAtOnce |
| float | MaxSpawnSpeed |
| float | MinBrightness |
| float | MinBurnTime |
| int | MinSpawnedAtOnce |
| float | MinSpawnSpeed |
| rotator | SpawnCenterDir |
| Inherited Variables from UnrealI.RockSlide |
|---|
| CubeDimensions, InitialDirection, MaxBetweenTime, maxInitialSpeed, MaxScaleFactor, MinBetweenTime, minInitialSpeed, MinScaleFactor, NextRockTime, 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
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 | UnrealScript Documentation |
| previous class next class | frames no frames | |||||