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

U2Weapons.ammoInvGrenade

Extends
U2Ammo
Modifiers
abstract

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Inventory
      |   
      +-- Engine.Ammunition
         |   
         +-- U2.U2Ammo
            |   
            +-- U2Weapons.ammoInvGrenade

Direct Known Subclasses:

ammoInvGrenadeConcussion, ammoInvGrenadeEMP, ammoInvGrenadeFragment, ammoInvGrenadeIncendiary, ammoInvGrenadeSmoke, ammoInvGrenadeToxic

Variables Summary
ammoInvGrenade
intGrenadeIndex
class<projectileGrenade>ProjectileClass
Inherited Variables from U2.U2Ammo
ClipRoundsRemaining, ClipSize
Inherited Variables from Engine.Ammunition
AmmoAmount, MaxAmmo

Functions Summary
functionbool AddAmmo (int AmmoToAdd))
function NotifyAddInventory (Pawn Other ))
function NotifyDeleteInventory (Pawn Other ))
function UpdateLauncher (Pawn Other, ammoInvGrenade GInv ))
Inherited Functions from U2.U2Ammo
AddMinAmmo, CanReload, GiveTo, MaximizeClipAmount, PreBeginPlay, Reload, ReloadRequired, Replication, UseAmmo
Inherited Functions from Engine.Ammunition
AddAmmo, DisplayDebug, HandlePickupQuery, PostRecvOwner, Replication, UseAmmo


Variables Detail

ammoInvGrenade

GrenadeIndex Source code

var(ammoInvGrenade) int GrenadeIndex;

ProjectileClass Source code

var(ammoInvGrenade) class<projectileGrenade> ProjectileClass;


Functions Detail

AddAmmo Source code

function bool AddAmmo ( int AmmoToAdd) )

NotifyAddInventory Source code

function NotifyAddInventory ( Pawn Other ) )

NotifyDeleteInventory Source code

function NotifyDeleteInventory ( Pawn Other ) )

UpdateLauncher Source code

function UpdateLauncher ( Pawn Other, ammoInvGrenade GInv ) )


Defaultproperties

defaultproperties
{
	MaxAmmo=25
	AmmoAmount=5
	PickupClass=Class'U2Weapons.ammoGrenade'
	ItemName="Grenade"
     UseReticleOnEvents(0)="UseReticleText"
     UseReticleOnEvents(1)="UseReticleCorners"
     UseReticleOnEvents(2)="UseReticleTopBars"
     ProximityReticleOnEvents(0)="ProximityReticleCorners"
     ProximityReticleOnEvents(1)="ProximityReticleTopBars"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 3-1-2016 10:48:27.376 - Created with UnCodeX