Always snap to grid

UE3:UTTeamGameMessage (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> LocalMessage >> UTLocalMessage >> UTTeamGameMessage
Package: 
UTGame
This class in other games:
UT3


Properties

AnnouncerSounds

Type: SoundNodeWave

Array size: 2


Default value, index 0: SoundNodeWave'A_Announcer_Status.Status.A_StatusAnnouncer_YouAreOnRed'

Default value, index 1: SoundNodeWave'A_Announcer_Status.Status.A_StatusAnnouncer_YouAreOnBlue'

BlueDrawColor

Type: Object.Color


Default value:

Member Value
A 255
B 255
G 32
R 10

RedDrawColor

Type: Object.Color


Default value:

Member Value
A 255
B 10
G 32
R 255

RequestTeamSwapPostfix

Type: string

Modifiers: localized


Default value: "is requesting a team swap."

RequestTeamSwapPrefix

Type: string

Modifiers: localized


YouAreOnBlueMessage

Type: string

Modifiers: localized


Default value: "You are on the BLUE Team"

YouAreOnRedMessage

Type: string

Modifiers: localized


Default value: "You are on the RED Team"

Default values

Property Value
AnnouncementPriority 19
MessageArea 2

Static functions

AnnouncementSound

static function SoundNodeWave AnnouncementSound (int MessageIndex, Object OptionalObject, PlayerController PC)

Overrides: UTLocalMessage.AnnouncementSound


ClientReceive

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

Overrides: LocalMessage.ClientReceive


GetColor

static function Object.Color GetColor (optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)

Overrides: LocalMessage.GetColor


GetFontSize

static function int GetFontSize (int Switch, PlayerReplicationInfo RelatedPRI1, PlayerReplicationInfo RelatedPRI2, PlayerReplicationInfo LocalPlayer)

Overrides: LocalMessage.GetFontSize


GetPos

static function float GetPos (int Switch, HUD myHUD)

Overrides: UTLocalMessage.GetPos


GetString

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

Overrides: LocalMessage.GetString