Mostly Harmless

UE3:UTProj_LeviathanBolt (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> Actor >> Projectile >> UTProjectile >> UTProj_LeviathanBolt
Package: 
UTGameContent

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties[edit]

InitialDir[edit]

Type: Object.Vector


TargetLoc[edit]

Type: Object.Vector


Default values[edit]

Property Value
AccelRate 20000.0
CheckRadius 30.0
Damage 100.0
DamageRadius 300.0
DrawScale 1.2
LifeSpan 4.0
MaxSpeed 3500.0
MomentumTransfer 4000.0
MyDamageType Class'UTGameContent.UTDmgType_LeviathanBolt'
ProjExplosionTemplate ParticleSystem'VH_Leviathan.Effects.P_VH_Leviathan_BoltImpact'
ProjFlightTemplate ParticleSystem'VH_Leviathan.Effects.P_VH_Leviathan_Bolt'
Speed 1200.0

Subobjects[edit]

CollisionCylinder[edit]

Class: Engine.CylinderComponent

Inherits from: UTProjectile.CollisionCylinder

No new values.

Events[edit]

PostBeginPlay[edit]

simulated event PostBeginPlay ()

Overrides: UTProjectile.PostBeginPlay

When this actor begins its life, play any ambient sounds attached to it

Shutdown[edit]

simulated event Shutdown ()

Overrides: UTProjectile.Shutdown

Clean up

Timer[edit]

simulated event Timer ()

Overrides: Actor.Timer