My program doesn't have bugs. It just develops random features.
Difference between revisions of "UE3:GameMessage (UT3)"
(Talk) |
(Talk) |
||
(One intermediate revision by one other user not shown) | |||
Line 5: | Line 5: | ||
}} | }} | ||
{{autogenerated}} | {{autogenerated}} | ||
− | Copyright 1998- | + | Copyright 1998-2008 Epic Games, Inc. All Rights Reserved. |
==Properties== | ==Properties== | ||
Line 106: | Line 106: | ||
'''Default value:''' " left the game." | '''Default value:''' " left the game." | ||
+ | |||
+ | ====MapVoteEnabled==== | ||
+ | '''Type:''' [[string]] | ||
+ | |||
+ | '''[[Variables#Modifiers|Modifiers]]:''' localized | ||
+ | |||
+ | <!-- enter variable description --> | ||
+ | |||
+ | '''Default value:''' "Map voting has been enabled." | ||
+ | |||
+ | ====MapVoteInitiated==== | ||
+ | '''Type:''' [[string]] | ||
+ | |||
+ | '''[[Variables#Modifiers|Modifiers]]:''' localized | ||
+ | |||
+ | <!-- enter variable description --> | ||
+ | |||
+ | '''Default value:''' "Map voting initiated." | ||
====MaxedOutMessage==== | ====MaxedOutMessage==== |
Revision as of 02:44, 26 July 2008
Object >> LocalMessage >> GameMessage |
Contents
- 1 Properties
- 1.1 ArbitrationMessage
- 1.2 BecameSpectator
- 1.3 CantBePlayer
- 1.4 CantBeSpectator
- 1.5 EnteredMessage
- 1.6 FailedPlaceMessage
- 1.7 FailedSpawnMessage
- 1.8 FailedTeamMessage
- 1.9 GlobalNameChange
- 1.10 KickWarning
- 1.11 LeftMessage
- 1.12 MapVoteEnabled
- 1.13 MapVoteInitiated
- 1.14 MaxedOutMessage
- 1.15 MustHaveStats
- 1.16 NewPlayerMessage
- 1.17 NewSpecMessage
- 1.18 NewTeamMessage
- 1.19 NewTeamMessageTrailer
- 1.20 NoNameChange
- 1.21 OvertimeMessage
- 1.22 SpecEnteredMessage
- 1.23 SwitchLevelMessage
- 1.24 VotePassed
- 1.25 VoteStarted
- 2 Static functions
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Properties
ArbitrationMessage
Type: string
Modifiers: localized
Default value: "Arbitration Message (c.f. GameInfo.uc)"
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."
MapVoteEnabled
Type: string
Modifiers: localized
Default value: "Map voting has been enabled."
MapVoteInitiated
Type: string
Modifiers: localized
Default value: "Map voting initiated."
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
Overrides: LocalMessage.GetString