UE2:MutArena (UT2004)

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

null

Properties

Property group 'MutArena'

ArenaWeaponClassName

Type: string

Modifiers: config


Default value: "XWeapons.RocketLauncher"

Internal variables

ArenaAmmoPickupClassName

Type: string


ArenaDescText

Type: string

Modifiers: localized


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

ArenaDisplayText

Type: string

Modifiers: localized


Default value: "Arena Weapon"

ArenaWeaponClass

Type: class<Weapon>


ArenaWeaponPickupClassName

Type: string


bInitialized

Type: bool


Default values

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

Functions

Static events

GetDescriptionText

static event string GetDescriptionText (string PropName)

Overrides: Info.GetDescriptionText


Other static functions

FillPlayInfo

static function FillPlayInfo (PlayInfo PlayInfo)

Overrides: Info.FillPlayInfo


Events

BeginPlay

simulated event BeginPlay ()

Overrides: Actor.BeginPlay


Other instance functions

CheckReplacement

function bool CheckReplacement (Actor Other, out byte bSuperRelevant)

Overrides: Mutator.CheckReplacement


Initialize

function Initialize ()