UE2:AmmoInvGrenade (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:10, 17 May 2008 by Wormbo (talk | contribs) (Auto-generated page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
U2XMP Object >> Actor >> Inventory >> Ammunition >> U2Ammo >> AmmoInvGrenade
Package:
U2Weapons

ammoInvGrenade.uc -- base class for the weaponGrenadeLauncher ammo types $Author: Aleiby $ $Date: 9/09/02 3:29a $ $Revision: 12 $

Properties

Property group 'ammoInvGrenade'

GrenadeIndex

Type: int


ProjectileClass

Type: class<projectileGrenade>


Default values

Instance functions

AddAmmo

function bool AddAmmo (int AmmoToAdd)

Overrides: Ammunition.AddAmmo


NotifyAddInventory

function NotifyAddInventory (Pawn Other)

Overrides: Inventory.NotifyAddInventory


NotifyDeleteInventory

function NotifyDeleteInventory (Pawn Other)

Overrides: Inventory.NotifyDeleteInventory


UpdateLauncher

function UpdateLauncher (Pawn Other, ammoInvGrenade GInv)