Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE3:BroadcastHandler (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> Actor >> Info >> BroadcastHandler

Contents

Package: 
Engine
This class in other games:
U2, U2XMP, UDK, UE2Runtime, UT2003, UT2004

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.

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

[edit] Properties

[edit] bMuteSpectators

Type: bool

Modifiers: config

Whether spectators are allowed to speak.

[edit] SentText

Type: int


[edit] Default values

Property Value
CollisionType COLLIDE_CustomDefault
TickGroup TG_DuringAsyncWork

[edit] Subobjects

[edit] Sprite

Class: Engine.SpriteComponent

Inherits from: Info.Sprite

No new values.

[edit] Functions

[edit] Events

[edit] AllowBroadcastLocalized

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


[edit] AllowBroadcastLocalizedTeam

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


[edit] Other instance functions

[edit] AllowsBroadcast

function bool AllowsBroadcast (Actor broadcaster, int InLen)


[edit] Broadcast

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


[edit] BroadcastLocalized

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


[edit] BroadcastTeam

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


[edit] BroadcastText

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


[edit] UpdateSentText

function UpdateSentText ()