I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE2:UnrealChatHandler (UT2004)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> BroadcastHandler >> UnrealChatHandler |
- Package:
- UnrealGame
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. |
Created on: 08/29/2003 Description
Written by Ron Prestenback © 2003, Epic Games, Inc. All Rights Reserved
Properties[edit]
bDebug[edit]
Type: bool
Instance functions[edit]
AcceptBroadcastLocalized[edit]
function bool AcceptBroadcastLocalized (PlayerController Receiver, Actor Sender, class<LocalMessage> Message, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object Obj)
Overrides: BroadcastHandler.AcceptBroadcastLocalized
AcceptBroadcastSpeech[edit]
Overrides: BroadcastHandler.AcceptBroadcastSpeech
AcceptBroadcastText[edit]
function bool AcceptBroadcastText (PlayerController Receiver, PlayerReplicationInfo SenderPRI, out string Msg, optional name Type)
Overrides: BroadcastHandler.AcceptBroadcastText
AcceptBroadcastVoice[edit]
Overrides: BroadcastHandler.AcceptBroadcastVoice
DoChatDebug[edit]
function DoChatDebug ()
ToggleChatDebug[edit]
function ToggleChatDebug ()