UE2:SpawnerProjectile (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Projectile >> SpawnerProjectile |
- Package:
- XGame
- This class in other games:
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Properties
Spawner
Type: ProjectileSpawner
Trail
Type: xEmitter
Default values
Property | Value |
---|---|
DrawType | DT_None |
LifeSpan | 30.0 |
Functions
Events
Destroyed
simulated event Destroyed ()
Overrides: Actor.Destroyed
Landed
simulated event Landed (Object.Vector HitNormal)
Overrides: Actor.Landed
PostBeginPlay
event PostBeginPlay ()
Overrides: Projectile.PostBeginPlay
PostNetBeginPlay
simulated event PostNetBeginPlay ()
Overrides: Actor.PostNetBeginPlay
Other instance functions
Explode
simulated function Explode (Object.Vector HitLocation, Object.Vector HitNormal)
Overrides: Projectile.Explode
ProcessTouch
simulated function ProcessTouch (Actor Other, Object.Vector HitLocation)
Overrides: Projectile.ProcessTouch