Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 00020 00021 00022 |
class DamTypeMAC10MPInc extends KFProjectileWeaponDamageType abstract; static function AwardDamage(KFSteamStatsAndAchievements KFStatsAndAchievements, int Amount) { KFStatsAndAchievements.AddFlameThrowerDamage(Amount); KFStatsAndAchievements.AddMac10BurnDamage(Amount); } defaultproperties { bDealBurningDamage=True WeaponClass=Class'KFMod.MAC10MP' DeathString="%k killed %o (MAC-10)." FemaleSuicide="%o shot herself in the foot." MaleSuicide="%o shot himself in the foot." bRagdollBullet=True KDamageImpulse=1850.000000 KDeathVel=150.000000 KDeathUpKick=5.000000 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |