Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

Difference between revisions of "UE3:GameMessage (UT3)"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m (1 revision)
m (added missing members)
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
  
 
==Properties==
 
==Properties==
 +
====AnonKickVoteMessage====
 +
'''Type:''' [[string]]
 +
 +
'''[[Variables#Modifiers|Modifiers]]:''' localized
 +
 +
<!-- enter variable description -->
 +
 +
'''Default value:''' "A kick vote was placed against `p."
 +
 
====ArbitrationMessage====
 
====ArbitrationMessage====
 
'''Type:''' [[string]]
 
'''Type:''' [[string]]
Line 88: Line 97:
  
 
'''Default value:''' "changed name to"
 
'''Default value:''' "changed name to"
 +
 +
====KickVoteMessage====
 +
'''Type:''' [[string]]
 +
 +
'''[[Variables#Modifiers|Modifiers]]:''' localized
 +
 +
<!-- enter variable description -->
 +
 +
'''Default value:''' "`v voted to kick `p."
 +
 +
====KickVotePassMessage====
 +
'''Type:''' [[string]]
 +
 +
'''[[Variables#Modifiers|Modifiers]]:''' localized
 +
 +
<!-- enter variable description -->
 +
 +
'''Default value:''' "The vote to kick `p has passed."
 +
 +
====KickVoteSpamMessage====
 +
'''Type:''' [[string]]
 +
 +
'''[[Variables#Modifiers|Modifiers]]:''' localized
 +
 +
<!-- enter variable description -->
 +
 +
'''Default value:''' "`v was kicked for spamming kick votes."
  
 
====KickWarning====
 
====KickWarning====
Line 114: Line 150:
 
<!-- enter variable description -->
 
<!-- enter variable description -->
  
'''Default value:''' "Map voting has been enabled."
+
'''Default value:''' "Voting has been enabled."
  
 
====MapVoteInitiated====
 
====MapVoteInitiated====
Line 123: Line 159:
 
<!-- enter variable description -->
 
<!-- enter variable description -->
  
'''Default value:''' "Map voting initiated."
+
'''Default value:''' "Voting initiated."
 +
 
 +
====MapVoteSubmitted====
 +
'''Type:''' [[string]]
 +
 
 +
'''[[Variables#Modifiers|Modifiers]]:''' localized
 +
 
 +
<!-- enter variable description -->
 +
 
 +
'''Default value:''' "`p voted for `m"
  
 
====MaxedOutMessage====
 
====MaxedOutMessage====

Latest revision as of 01:59, 16 August 2009

UT3 Object >> LocalMessage >> GameMessage
Package: 
Engine
This class in other games:
U2XMP, UE2Runtime, UT2003, UT2004, U2, UDK

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Properties[edit]

AnonKickVoteMessage[edit]

Type: string

Modifiers: localized


Default value: "A kick vote was placed against `p."

ArbitrationMessage[edit]

Type: string

Modifiers: localized


Default value: "Arbitration Message (c.f. GameInfo.uc)"

BecameSpectator[edit]

Type: string

Modifiers: localized


Default value: "became a spectator."

CantBePlayer[edit]

Type: string

Modifiers: localized


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

CantBeSpectator[edit]

Type: string

Modifiers: localized


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

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"

KickVoteMessage[edit]

Type: string

Modifiers: localized


Default value: "`v voted to kick `p."

KickVotePassMessage[edit]

Type: string

Modifiers: localized


Default value: "The vote to kick `p has passed."

KickVoteSpamMessage[edit]

Type: string

Modifiers: localized


Default value: "`v was kicked for spamming kick votes."

KickWarning[edit]

Type: string

Modifiers: localized


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

LeftMessage[edit]

Type: string

Modifiers: localized


Default value: " left the game."

MapVoteEnabled[edit]

Type: string

Modifiers: localized


Default value: "Voting has been enabled."

MapVoteInitiated[edit]

Type: string

Modifiers: localized


Default value: "Voting initiated."

MapVoteSubmitted[edit]

Type: string

Modifiers: localized


Default value: "`p voted for `m"

MaxedOutMessage[edit]

Type: string

Modifiers: localized


Default value: "Server is already at capacity."

MustHaveStats[edit]

Type: string

Modifiers: localized


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

NewPlayerMessage[edit]

Type: string

Modifiers: localized


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

NewSpecMessage[edit]

Type: string

Modifiers: localized


Default value: "A spectator entered the game/"

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!!!"

SpecEnteredMessage[edit]

Type: string

Modifiers: localized


Default value: " joined as a spectator."

SwitchLevelMessage[edit]

Type: string

Modifiers: localized


Default value: "Switching Levels"

VotePassed[edit]

Type: string

Modifiers: localized


Default value: "Vote passed."

VoteStarted[edit]

Type: string

Modifiers: localized


Default value: "started a vote."

Static functions[edit]

GetString[edit]

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

Overrides: LocalMessage.GetString