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 |
//============================================================================= // GoldenM79Pickup //============================================================================= // //============================================================================= // Killing Floor Source // Copyright (C) 2012 Tripwire Interactive LLC // - Dan Hollinger //============================================================================= class GoldenKatanaPickup extends KatanaPickup; defaultproperties { Description="Stunning craftsmanship, taking decades to perfect. And then someone just has to go and gold plate it... Pretty, ain't it?" ItemName="Golden Katana" ItemShortName="Golden Katana" InventoryType=Class'KFMod.GoldenKatana' PickupMessage="You got the Golden Katana." Skins(0)=Texture'KF_Weapons3rd_Gold_T.Weapons.Gold_Katana_3rd' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |