Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

KFMod.Vest

Extends
SuperShieldPack
Modifiers
placeable

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Pickup
      |   
      +-- Old2K4.TournamentPickup
         |   
         +-- Old2K4.ShieldPickup
            |   
            +-- Old2K4.SuperShieldPack
               |   
               +-- KFMod.Vest

Variables Summary
byteEquipmentCategoryID
intItemCost
Inherited Variables from Old2K4.ShieldPickup
ShieldAmount

Functions Summary
functionstring GetLocalString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2 ))
function RespawnEffect ()))
Inherited Functions from Old2K4.SuperShieldPack
StaticPrecache
Inherited Functions from Old2K4.ShieldPickup
BotDesireability, DetourWeight, GetLocalString, Touch, UpdateHUD


Variables Detail

EquipmentCategoryID Source code

var byte EquipmentCategoryID;

ItemCost Source code

var int ItemCost;


Functions Detail

GetLocalString Source code

static function string GetLocalString ( optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2 ) )

RespawnEffect Source code

function RespawnEffect ( ) )


Defaultproperties

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
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:57.043 - Created with UnCodeX