UE3:UTProj FuryBolt (UT3): Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
Auto-generated page
 
No edit summary
 
Line 22: Line 22:
| {{tl|DamageRadius||Projectile}}
| {{tl|DamageRadius||Projectile}}
| 200.0
| 200.0
|-
| {{tl|DrawScale||Actor}}
| 1.2
|-
|-
| {{tl|LifeSpan||Actor internal variables}}
| {{tl|LifeSpan||Actor internal variables}}
| 1.0
| 1.6
|-
|-
| {{tl|MaxSpeed||Projectile}}
| {{tl|MaxSpeed||Projectile}}

Latest revision as of 07:40, 23 May 2008

UT3 Object >> Actor >> Projectile >> UTProjectile >> UTProj_FuryBolt
Package:
UTGameContent

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

Default values[edit]

Property Value
AccelRate 20000.0
Damage 20.0
DamageRadius 200.0
DrawScale 1.2
LifeSpan 1.6
MaxSpeed 12500.0
MomentumTransfer 4000.0
MyDamageType Class'UTGameContent.UTDmgType_FuryBolt'
ProjExplosionTemplate ParticleSystem'VH_Fury.Effects.P_VH_Fury_Projectile_Impact'
ProjFlightTemplate ParticleSystem'VH_Fury.Effects.P_VH_Fury_Projectile'

Subobjects[edit]

CollisionCylinder[edit]

Class: Engine.CylinderComponent

Inherits from: UTProjectile.CollisionCylinder

No new values.

Functions[edit]

Events[edit]

HitWall[edit]

simulated event HitWall (Object.Vector HitNormal, Actor Wall, PrimitiveComponent WallComp)

Overrides: Projectile.HitWall


Other instance functions[edit]

AttenuateDamage[edit]

function AttenuateDamage ()

attenuate damage over time

ProcessTouch[edit]

simulated function ProcessTouch (Actor Other, Object.Vector HitLocation, Object.Vector HitNormal)

Overrides: UTProjectile.ProcessTouch