UE2:Ammunition (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
Package:
Engine
Direct subclass:
U2Ammo
This class in other games:

null

Properties

AmmoAmount

Type: int

Modifiers: travel


MaxAmmo

Type: int

Modifiers: travel


Functions

Events

Replication

event Replication ()

Overrides: Inventory.Replication


Other instance functions

AddAmmo

function bool AddAmmo (int AmmoToAdd)


DisplayDebug

simulated function DisplayDebug (Canvas Canvas, out float YL, out float YPos)

Overrides: Actor.DisplayDebug


HandlePickupQuery

function bool HandlePickupQuery (Pickup Item)

Overrides: Inventory.HandlePickupQuery


PostRecvOwner

simulated function PostRecvOwner ()

Overrides: Inventory.PostRecvOwner


UseAmmo

function bool UseAmmo (int AmountNeeded)