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 00023 00024 00025 |
//============================================================================= // NeonKSGShotgun //============================================================================= // NeonKSG Prototype/Modified Shotgun Inventory Class //============================================================================= // Killing Floor Source // Copyright (C) 2014 Tripwire Interactive LLC // - Jeff Robinson //============================================================================= class NeonKSGShotgun extends KSGShotgun; defaultproperties { TraderInfoTexture=Texture'KillingFloor2HUD.Trader_Weapon_Icons.Trader_NeonKSG' SkinRefs(0)="KF_Weapons_Neon_Trip_T.1stPerson.KSG_Neon_SHDR" HudImageRef="KillingFloor2HUD.WeaponSelect.NeonKSG_unselected" SelectedHudImageRef="KillingFloor2HUD.WeaponSelect.NeonKSG" AppID=309991 FireModeClass(0)=Class'KFMod.NeonKSGFire' Description="An advanced, neon Horzine prototype tactical shotgun. Features a large capacity ammo magazine and selectable tight/wide spread fire modes." PickupClass=Class'KFMod.NeonKSGPickup' AttachmentClass=Class'KFMod.NeonKSGAttachment' ItemName="Neon HSG-1 Shotgun" } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |