The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:AmmoPack (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from UE2:S ContentsList (U2XMP))
Jump to: navigation, search
U2XMP Object >> Actor >> Pickup >> AmmoPack
Package: 
U2XMP
Direct subclasses:
AmmoPackHeavyPickup, AmmoPackLightPickup, AmmoPackMediumPickup

$Workfile: AmmoPack.uc $ Created By: Sam Brown Created On: 10/18/2001 $Author: Sbrown $ $Date: 5/01/02 5:13p $ $Revision: 3 $

Constants[edit]

MaxContents[edit]

Value: 15


Properties[edit]

Property group 'AmmoPack'[edit]

ContentsList[edit]

Type: S_ContentsList

Array size: 15 (MaxContents)


Structs[edit]

S_ContentsList[edit]

string WeaponName 
int AmmoAmount 

States[edit]

Pickup[edit]

Inherits from: Pickup.Pickup

Modifiers: auto

Pickup.Touch[edit]

event Touch (Actor Other)

Overrides: Pickup.Pickup.Touch