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

InitialDir

Type: Object.Vector


TargetLoc

Type: Object.Vector


Default values

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

CollisionCylinder

Class: Engine.CylinderComponent

Inherits from: UTProjectile.CollisionCylinder

No new values.

Events

PostBeginPlay

simulated event PostBeginPlay ()

Overrides: UTProjectile.PostBeginPlay

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

Shutdown

simulated event Shutdown ()

Overrides: UTProjectile.Shutdown

Clean up

Timer

simulated event Timer ()

Overrides: Actor.Timer