UE3:UTTeamGameMessage (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 05:55, 16 August 2009 by Wormbo (talk | contribs) (updated defaults)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
UT3 Object >> LocalMessage >> UTLocalMessage >> UTTeamGameMessage
Package:
UTGame
This class in other games:

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

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
bIsConsoleMessage True
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