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
Jump to: navigation, search
(Auto-generated page)
 
m (updated defaults and added descriptions)
 
Line 5: Line 5:
 
| parent3 = Object
 
| parent3 = Object
 
}}
 
}}
{{autogenerated}}
+
Idler kick warning message.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
+
  
 
==Default values==
 
==Default values==
Line 12: Line 11:
 
! Property
 
! Property
 
! Value
 
! Value
|-
 
| {{tl|bIsConsoleMessage||LocalMessage}}
 
| False
 
 
|-
 
|-
 
| {{tl|bIsUnique||LocalMessage}}
 
| {{tl|bIsUnique||LocalMessage}}
Line 54: Line 50:
 
'''Overrides:''' {{tl|GetString|LocalMessage}}
 
'''Overrides:''' {{tl|GetString|LocalMessage}}
  
<!-- enter function description -->
+
Returns {{tl|KickWarning|GameMessage}}.

Latest revision as of 04:05, 16 August 2009

UT3 Object >> LocalMessage >> UTLocalMessage >> UTIdleKickWarningMessage
Package: 
UTGame
This class in other games:
UDK

Idler kick warning message.

Default values[edit]

Property Value
bIsUnique True
DrawColor
Member Value
A 255
B 64
G 255
R 255
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.