The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
Difference between revisions of "UE3:UTIdleKickWarningMessage (UT3)"
From Unreal Wiki, The Unreal Engine Documentation Site
(Auto-generated page) |
m (updated defaults and added descriptions) |
||
Line 5: | Line 5: | ||
| parent3 = Object | | parent3 = Object | ||
}} | }} | ||
− | + | Idler kick warning message. | |
− | + | ||
==Default values== | ==Default values== | ||
Line 12: | Line 11: | ||
! Property | ! Property | ||
! Value | ! Value | ||
− | |||
− | |||
− | |||
|- | |- | ||
| {{tl|bIsUnique||LocalMessage}} | | {{tl|bIsUnique||LocalMessage}} | ||
Line 54: | Line 50: | ||
'''Overrides:''' {{tl|GetString|LocalMessage}} | '''Overrides:''' {{tl|GetString|LocalMessage}} | ||
− | + | Returns {{tl|KickWarning|GameMessage}}. |
Latest revision as of 04:05, 16 August 2009
Object >> LocalMessage >> UTLocalMessage >> UTIdleKickWarningMessage |
Idler kick warning message.
Default values[edit]
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bIsUnique | True | ||||||||||
DrawColor |
|
||||||||||
FontSize | 2 | ||||||||||
Lifetime | 1.0 | ||||||||||
MessageArea | 2 |
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
Returns GameMessage.KickWarning.