Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

UnrealGame.UnrealChatHandler

Extends
BroadcastHandler

Core.Object
|   
+-- Engine.Actor
   |   
   +-- Engine.Info
      |   
      +-- Engine.BroadcastHandler
         |   
         +-- UnrealGame.UnrealChatHandler

Constants Summary
Inherited Contants from Engine.BroadcastHandler
PROPNUM

Variables Summary
boolbDebug
Inherited Variables from Engine.BroadcastHandler
BHDescText[PROPNUM], BHDisplayText[PROPNUM], bMuteSpectators, bPartitionSpectators, NextBroadcastHandler, NextBroadcastHandlerClass, SentText
Inherited Variables from Engine.Info
BotsGroup, ChatGroup, GameGroup, KickVoteGroup, MapVoteGroup, RulesGroup, ServerGroup

Functions Summary
functionbool AcceptBroadcastLocalized (PlayerController Receiver, Actor Sender, class<LocalMessage> Message, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object Obj))
functionbool AcceptBroadcastSpeech (PlayerController Receiver, PlayerReplicationInfo SenderPRI))
functionbool AcceptBroadcastText (PlayerController Receiver, PlayerReplicationInfo SenderPRI, out string Msg, optional name Type ))
functionbool AcceptBroadcastVoice (PlayerController Receiver, PlayerReplicationInfo Sender))
function DoChatDebug ()))
function ToggleChatDebug ()))
Inherited Functions from Engine.BroadcastHandler
AcceptBroadcastLocalized, AcceptBroadcastSpeech, AcceptBroadcastText, AcceptBroadcastVoice, AllowBroadcastLocalized, AllowsBroadcast, Broadcast, BroadcastLocalized, BroadcastTeam, BroadcastText, Destroyed, FillPlayInfo, GetDescriptionText, HandlerAllowsBroadcast, RegisterBroadcastHandler, UpdateSentText
Inherited Functions from Engine.Info
AcceptPlayInfoProperty, AllowClassRemoval, FillPlayInfo, GetDescriptionText, GetSecurityLevel


Variables Detail

bDebug Source code

var bool bDebug;


Functions Detail

AcceptBroadcastLocalized Source code

function bool AcceptBroadcastLocalized ( PlayerController Receiver, Actor Sender, class<LocalMessage> Message, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object Obj) )

AcceptBroadcastSpeech Source code

function bool AcceptBroadcastSpeech ( PlayerController Receiver, PlayerReplicationInfo SenderPRI) )

AcceptBroadcastText Source code

function bool AcceptBroadcastText ( PlayerController Receiver, PlayerReplicationInfo SenderPRI, out string Msg, optional name Type ) )

AcceptBroadcastVoice Source code

function bool AcceptBroadcastVoice ( PlayerController Receiver, PlayerReplicationInfo Sender) )

DoChatDebug Source code

function DoChatDebug ( ) )

ToggleChatDebug Source code

function ToggleChatDebug ( ) )



Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:25.763 - Created with UnCodeX