There is no spoon

UE2:MutArena (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2004 Object >> Actor >> Info >> Mutator >> MutArena
Package: 
XWeapons
This class in other games:
UT2003

null

Properties[edit]

Property group 'MutArena'[edit]

ArenaWeaponClassName[edit]

Type: string

Modifiers: config


Default value: "XWeapons.RocketLauncher"

Internal variables[edit]

ArenaAmmoPickupClassName[edit]

Type: string


ArenaDescText[edit]

Type: string

Modifiers: localized


Default value: "Determines which weapon will be used in the arena match"

ArenaDisplayText[edit]

Type: string

Modifiers: localized


Default value: "Arena Weapon"

ArenaWeaponClass[edit]

Type: class<Weapon>


ArenaWeaponPickupClassName[edit]

Type: string


bInitialized[edit]

Type: bool


Default values[edit]

Property Value
bAlwaysRelevant True
bNetTemporary True
Description "Replace weapons and ammo in map."
FriendlyName "Arena"
GroupName "Arena"
RemoteRole ROLE_SimulatedProxy

Functions[edit]

Static events[edit]

GetDescriptionText[edit]

static event string GetDescriptionText (string PropName)

Overrides: Info.GetDescriptionText


Other static functions[edit]

FillPlayInfo[edit]

static function FillPlayInfo (PlayInfo PlayInfo)

Overrides: Info.FillPlayInfo


Events[edit]

BeginPlay[edit]

simulated event BeginPlay ()

Overrides: Actor.BeginPlay


Other instance functions[edit]

CheckReplacement[edit]

function bool CheckReplacement (Actor Other, out byte bSuperRelevant)

Overrides: Mutator.CheckReplacement


Initialize[edit]

function Initialize ()