Mostly Harmless

UE2:Ammunition (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2XMP Object >> Actor >> Inventory >> Ammunition
Package: 
Engine
Direct subclass:
U2Ammo
This class in other games:
UT2004, UE2Runtime, UT2003

null

Properties[edit]

AmmoAmount[edit]

Type: int

Modifiers: travel


MaxAmmo[edit]

Type: int

Modifiers: travel


Functions[edit]

Events[edit]

Replication[edit]

event Replication ()

Overrides: Inventory.Replication


Other instance functions[edit]

AddAmmo[edit]

function bool AddAmmo (int AmmoToAdd)


DisplayDebug[edit]

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

Overrides: Actor.DisplayDebug


HandlePickupQuery[edit]

function bool HandlePickupQuery (Pickup Item)

Overrides: Inventory.HandlePickupQuery


PostRecvOwner[edit]

simulated function PostRecvOwner ()

Overrides: Inventory.PostRecvOwner


UseAmmo[edit]

function bool UseAmmo (int AmountNeeded)