Gah - a solution with more questions. – EntropicLqd

UE3:GameMessage (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 12:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> LocalMessage >> GameMessage
Package: 
Engine
This class in other games:
U2XMP, UE2Runtime, UT2003, UT2004, U2, UT3


Properties

ArbitrationMessage

Type: string

Modifiers: localized


Default value: "The session has already started."

BecameSpectator

Type: string

Modifiers: localized


Default value: "became a spectator."

CantBePlayer

Type: string

Modifiers: localized


Default value: "Sorry, you cannot become an active player at this time."

CantBeSpectator

Type: string

Modifiers: localized


Default value: "Sorry, you cannot become a spectator at this time."

EnteredMessage

Type: string

Modifiers: localized


Default value: " entered the game."

FailedPlaceMessage

Type: string

Modifiers: localized


Default value: "Could not find a starting spot"

FailedSpawnMessage

Type: string

Modifiers: localized


Default value: "Could not spawn player"

FailedTeamMessage

Type: string

Modifiers: localized


Default value: "Could not find team for player"

GlobalNameChange

Type: string

Modifiers: localized


Default value: "changed name to"

KickWarning

Type: string

Modifiers: localized


Default value: "You are about to be kicked for idling!"

LeftMessage

Type: string

Modifiers: localized


Default value: " left the game."

MaxedOutMessage

Type: string

Modifiers: localized


Default value: "Server is already at capacity."

MustHaveStats

Type: string

Modifiers: localized


Default value: "Must have stats enabled to join this server."

NewPlayerMessage

Type: string

Modifiers: localized


Default value: "A new player entered the game."

NewSpecMessage

Type: string

Modifiers: localized


Default value: "A spectator entered the game/"

NewTeamMessage

Type: string

Modifiers: localized


Default value: "is now on"

NewTeamMessageTrailer

Type: string

Modifiers: localized


NoNameChange

Type: string

Modifiers: localized


Default value: "Name is already in use."

OvertimeMessage

Type: string

Modifiers: localized


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

SpecEnteredMessage

Type: string

Modifiers: localized


Default value: " joined as a spectator."

SwitchLevelMessage

Type: string

Modifiers: localized


Default value: "Switching Levels"

VotePassed

Type: string

Modifiers: localized


Default value: "Vote passed."

VoteStarted

Type: string

Modifiers: localized


Default value: "started a vote."

Static functions

GetString

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

Overrides: LocalMessage.GetString