My program doesn't have bugs. It just develops random features.
UE2:LMSBroadcastHandler (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> BroadcastHandler >> LMSBroadcastHandler |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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.
This is a built-in Unreal class and it shouldn't be modified.
Instance functions
AllowsBroadcast
Overrides: BroadcastHandler.AllowsBroadcast
Broadcast
Overrides: BroadcastHandler.Broadcast
BroadcastTeam
Overrides: BroadcastHandler.BroadcastTeam