| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- Engine.Actor
|
+-- Engine.Pickup
|
+-- Engine.WeaponPickup
|
+-- KFMod.KFWeaponPickup
|
+-- KFMod.BoomStickPickup
| Variables Summary | |
|---|---|
| int | SingleShotCount |
| Inherited Variables from Engine.WeaponPickup |
|---|
| AmmoAmount[2], bThrown, bWeaponStay |
| Functions Summary | ||
|---|---|---|
![]() | InitDroppedPickupFor (Inventory Inv)) | |
![]() | ShowShotgunInfo (Canvas C)) | |
| Inherited Functions from KFMod.KFWeaponPickup |
|---|
| BeginState, BotDesireability, CheckCanCarry, ClientTrigger, Destroyed, EndState, InitDroppedPickupFor, PlayerSeezMe, PostNetBeginPlay, ReadyToPickup, RespawnEffect, StartSleeping, Tick, Timer, Touch |
| Inherited Functions from Engine.WeaponPickup |
|---|
| AllowRepeatPickup, BotDesireability, DetourWeight, GetRespawnTime, InitDroppedPickupFor, PostBeginPlay, Reset, SetWeaponStay, StartSleeping, UpdateHUD, ValidTouch |
| Variables Detail |
|---|
| Functions Detail |
|---|
InitDroppedPickupFor Source code
ShowShotgunInfo Source code| Defaultproperties |
|---|
defaultproperties
{
SingleShotCount=2
cost=750
AmmoCost=15
BuyClipSize=6
PowerValue=90
SpeedValue=30
RangeValue=12
Description="A double barreled shotgun used by big game hunters."
ItemName="Hunting Shotgun"
ItemShortName="Hunting Shotgun"
AmmoItemName="12-gauge Hunting shells"
CorrespondingPerkIndex=1
EquipmentCategoryID=3
InventoryType=Class'KFMod.BoomStick'
PickupMessage="You got the Hunting Shotgun"
PickupSound=Sound'KF_DoubleSGSnd.2Barrel_Pickup'
PickupForce="AssaultRiflePickup"
StaticMesh=StaticMesh'KF_pickups_Trip.Shotgun.boomstick_pickup'
CollisionRadius=35.000000
CollisionHeight=5.000000
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||