Legacy:UTServerAdminSpectator (UT)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 09:52, 20 April 2002 by Wormbo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Actor >> Pawn (UT) >> PlayerPawn >> Spectator >> MessagingSpectator (UT) >> UTServerAdminSpectator

A spectator class used by UTServerAdmin to send messages from the remote console to players in the game.

Properties

ListItem MessageList
byte ReceivedMsgNum
config byte ReceivedMsgMax
config bool bClientMessages
config bool bTeamMessages
config bool bVoiceMessages
config bool bLocalizedMessages

PlayerMessage struct

PlayerReplicationInfo PRI
string Text
name Type
PlayerMessage Next

Note: This kind of recursive struct doesn't seem to work in UnrealScript. Obviously it can be declared, but it can't be used for variables.

Methods

function AddMessage (PlayerReplicationInfo PRI, String S, name Type)
function String FormatMessage (PlayerReplicationInfo PRI, String Text, name Type)
function ClientMessage (coerce string S, optional name Type, optional bool bBeep)
function TeamMessage (PlayerReplicationInfo PRI, coerce string S, name Type, optional bool bBeep)