I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:U2ServerAdminSpectator (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2 Object >> Actor >> Controller >> PlayerController >> MessagingSpectator >> U2ServerAdminSpectator
Package: 
U2WebAdmin

U2ServerAdminSpectator.uc 2003 jasonyu 25 September 2003

Properties[edit]

bClientMessages[edit]

Type: bool

Modifiers: config


Default value: True

bLocalizedMessages[edit]

Type: bool

Modifiers: config


Default value: True

bTeamMessages[edit]

Type: bool

Modifiers: config


Default value: True

bVoiceMessages[edit]

Type: bool

Modifiers: config


LastMsg[edit]

Type: byte


Messages[edit]

Type: array<string>


NextMsg[edit]

Type: byte


ReceivedMsgMax[edit]

Type: byte

Modifiers: config


Default value: 32

Server[edit]

Type: U2ServerAdmin


Structs[edit]

PlayerMessage[edit]

PlayerReplicationInfo PRI 
string Text 
name Type 
PlayerMessage Next 
pointer to next message

Functions[edit]

Exec functions[edit]

Pause[edit]

exec function Pause ()

Overrides: PlayerController.Pause


Events[edit]

ClientMessage[edit]

event ClientMessage (coerce string S, optional name Type)

Overrides: PlayerController.ClientMessage


Destroyed[edit]

event Destroyed ()

Overrides: PlayerController.Destroyed


PostBeginPlay[edit]

event PostBeginPlay ()

Overrides: MessagingSpectator.PostBeginPlay


PreBeginPlay[edit]

event PreBeginPlay ()

Overrides: Controller.PreBeginPlay


ReceiveLocalizedMessage[edit]

simulated event ReceiveLocalizedMessage (class<LocalMessageMessage, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)

Overrides: PlayerController.ReceiveLocalizedMessage


TeamMessage[edit]

event TeamMessage (PlayerReplicationInfo PRI, coerce string S, name Type, optional Sound MessageSound)

Overrides: PlayerController.TeamMessage


Other instance functions[edit]

AddMessage[edit]

function AddMessage (PlayerReplicationInfo PRI, string S, name Type)


ClientGameEnded[edit]

function ClientGameEnded ()

Overrides: Controller.ClientGameEnded


ClientVoiceMessage[edit]

function ClientVoiceMessage (PlayerReplicationInfo Sender, PlayerReplicationInfo Recipient, name messagetype, byte messageID, optional Object OptionalObject)

Overrides: PlayerController.ClientVoiceMessage


Dump[edit]

function Dump ()


FormatMessage[edit]

function string FormatMessage (PlayerReplicationInfo PRI, string Text, name Type)


GameHasEnded[edit]

function GameHasEnded ()

Overrides: Controller.GameHasEnded


InitPlayerReplicationInfo[edit]

function InitPlayerReplicationInfo ()

Overrides: Controller.InitPlayerReplicationInfo


LastMessage[edit]

function int LastMessage ()


NextMessage[edit]

function string NextMessage (out int msg)


SetPause[edit]

function bool SetPause (bool bPause, optional int Key)

Overrides: PlayerController.SetPause


States[edit]

NotPlaying[edit]

Modifiers: auto