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 00026 00027 00028 00029 00030 00031 00032 00033 00034 00035 00036 00037 00038 00039 00040 00041 |
//============================================================================= // Kevlar Vest ... Don't leave home without it //============================================================================= class Vest extends SuperShieldPack placeable; var byte EquipmentCategoryID; var int ItemCost; static function string GetLocalString( optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2 ) { return Default.PickupMessage; } function RespawnEffect() { // Get rid of the Yellow puff. It's not welcome here. } defaultproperties { EquipmentCategoryID=5 ItemCost=300 PickupMessage="You found a Kevlar Assault Vest" PickupSound=Sound'KF_InventorySnd.Vest_Pickup' StaticMesh=StaticMesh'KillingFloorStatics.Vest' Physics=PHYS_Falling DrawScale3D=(Z=0.400000) AmbientGlow=40 UV2Texture=FadeColor'PatchTex.Common.PickupOverlay' TransientSoundVolume=150.000000 CollisionRadius=30.000000 CollisionHeight=5.000000 RotationRate=(Yaw=0) DesiredRotation=(Yaw=0) } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |