I love the smell of UnrealEd crashing in the morning. – tarquin

UE2:GameMessage (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2XMP Object >> Actor >> Info >> LocalMessage >> GameMessage
Package: 
Engine
This class in other games:
UE2Runtime, UT2003, UT2004, U2, UDK, UT3

null

Properties[edit]

EnteredMessage[edit]

Type: string

Modifiers: localized


Default value: " entered the game."

FailedPlaceMessage[edit]

Type: string

Modifiers: localized


Default value: "Could not find a starting spot"

FailedSpawnMessage[edit]

Type: string

Modifiers: localized


Default value: "Could not spawn player"

FailedTeamMessage[edit]

Type: string

Modifiers: localized


Default value: "Could not find team for player"

GlobalNameChange[edit]

Type: string

Modifiers: localized


Default value: "changed name to"

LeftMessage[edit]

Type: string

Modifiers: localized


Default value: " left the game."

MaxedOutMessage[edit]

Type: string

Modifiers: localized


Default value: "Server is already at capacity."

NewTeamMessage[edit]

Type: string

Modifiers: localized


Default value: "is now on"

NewTeamMessageTrailer[edit]

Type: string

Modifiers: localized


NoNameChange[edit]

Type: string

Modifiers: localized


Default value: "Name is already in use."

OvertimeMessage[edit]

Type: string

Modifiers: localized


Default value: "Score tied at the end of regulation. Sudden Death Overtime!!!"

SwitchLevelMessage[edit]

Type: string

Modifiers: localized


Default value: "Switching Levels"

Static functions[edit]

GetString[edit]

static function string GetString (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)

Overrides: LocalMessage.GetString