Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
DamTypeDracoFlamethrower Creation date: 2013-04-28 08:22 Last change: $Id$ Copyright © 2013, Wormbo Website: http://www.koehler-homepage.de/Wormbo/ Feel free to reuse this code. Send me a note if you found it helpful or want to report bugs/provide improvements.
Core.Object | +-- Engine.Actor | +-- Engine.DamageType | +-- UnrealGame.VehicleDamageType | +-- WVDraco.DamTypeDracoFlamethrower
Variables Summary |
---|
Inherited Variables from UnrealGame.VehicleDamageType |
---|
VehicleClass |
Functions Summary | ||
---|---|---|
GetHitEffects (out class<xEmitter> HitEffects[4], int VictimHealth)) |
Inherited Functions from Engine.DamageType |
---|
DeathMessage, GetHitEffects, GetPawnDamageEffect, GetPawnDamageEmitter, GetPawnDamageSound, GetWeaponClass, IncrementKills, IsOfType, ScoreKill, SuicideMessage |
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { VehicleClass = class'Draco' DeathString = "%o was roasted by %k's Draco flamethrower." MaleSuicide = "%o roasted himself." FemaleSuicide = "%o roasted herself." FlashFog = (X=700.0,Y=100.0,Z=0.0) bFlaming = true bDetonatesGoop = true bDelayedDamage = true VehicleDamageScaling = 0.5 VehicleMomentumScaling = 0.5 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |