The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

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

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Auto-generated page)
 
m (Default values: updated defaults)
 
Line 15: Line 15:
 
| {{tl|bCountInstances||LocalMessage}}
 
| {{tl|bCountInstances||LocalMessage}}
 
| True
 
| True
|-
 
| {{tl|bIsConsoleMessage||LocalMessage}}
 
| False
 
 
|-
 
|-
 
| {{tl|bIsUnique||LocalMessage}}
 
| {{tl|bIsUnique||LocalMessage}}

Latest revision as of 05:11, 16 August 2009

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

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

Default values[edit]

Property Value
bCountInstances True
bIsUnique True
DrawColor
Member Value
A 255
B 128
G 255
R 255
FontSize 1
MessageArea 5

Static functions[edit]

ClientReceive[edit]

static simulated function ClientReceive (PlayerController P, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)

Overrides: LocalMessage.ClientReceive