Cogito, ergo sum

UE3:BroadcastHandler (UDK)

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> Actor >> Info >> BroadcastHandler
Package: 
Engine
This class in other games:
UE2Runtime, U2XMP, UT2003, U2, UT2004, UT3

BroadcastHandler

Message broadcasting is delegated to BroadCastHandler by the GameInfo. The BroadCastHandler handles both text messages (typed by a player) and localized messages (which are identified by a LocalMessage class and id). GameInfos produce localized messages using their DeathMessageClass and GameMessageClass classes.

Properties[edit]

bMuteSpectators[edit]

Type: bool

Modifiers: config

Whether spectators are allowed to speak.

SentText[edit]

Type: int


Default values[edit]

Property Value
CollisionType COLLIDE_CustomDefault
TickGroup TG_DuringAsyncWork

Subobjects[edit]

Sprite[edit]

Class: Engine.SpriteComponent

Inherits from: Info.Sprite

Property Value
ReplacementPrimitive None

Functions[edit]

Events[edit]

AllowBroadcastLocalized[edit]

event AllowBroadcastLocalized (Actor Sender, class<LocalMessageMessage, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)


AllowBroadcastLocalizedTeam[edit]

event AllowBroadcastLocalizedTeam (int TeamIndex, Actor Sender, class<LocalMessageMessage, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)


Other instance functions[edit]

AllowsBroadcast[edit]

function bool AllowsBroadcast (Actor broadcaster, int InLen)


Broadcast[edit]

function Broadcast (Actor Sender, coerce string Msg, optional name Type)


BroadcastLocalized[edit]

function BroadcastLocalized (Actor Sender, PlayerController Receiver, class<LocalMessageMessage, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)


BroadcastTeam[edit]

function BroadcastTeam (Controller Sender, coerce string Msg, optional name Type)


BroadcastText[edit]

function BroadcastText (PlayerReplicationInfo SenderPRI, PlayerController Receiver, coerce string Msg, optional name Type)


UpdateSentText[edit]

function UpdateSentText ()