I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:UTProj_LeviathanBolt (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Projectile >> UTProjectile >> UTProj_LeviathanBolt |
- Package:
- UTGameContent
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. |
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