I don't need to test my programs. I have an error-correcting modem.

UE1:BarrelSludge (U1)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U1 Object >> Actor >> Projectile >> BioGel >> BarrelSludge
Package: 
UnrealShare
This class in other games:
RTNP, UT

BarrelSludge.

Default values

Property Value
Buoyancy 0.0
CollisionHeight 3.0
Damage 20.0
DrawScale 2.0
LifeSpan 140.0
MaxSpeed 1000.0
MomentumTransfer 15000
RemoteRole ROLE_DumbProxy
Speed 200.0

Events

Timer

event Timer ()

Overrides: BioGel.Timer


States

Flying

Inherits from: BioGel.Flying

Modifiers: auto

Flying.BeginState

event BeginState ()

Overrides: BioGel.Flying.BeginState


Flying.HitWall

event HitWall (Object.Vector HitNormal, Actor Wall)

Overrides: BioGel.Flying.HitWall


Flying.TakeDamage

singular event TakeDamage (int NDamage, Pawn instigatedBy, Object.Vector hitlocation, Object.Vector momentum, name damageType)

Overrides: BioGel.TakeDamage (global)


Flying.Touch

event Touch (Actor Other)

Overrides: Projectile.Touch (global)