I don't need to test my programs. I have an error-correcting modem.

UE2:UTServerAdminSpectator (UT2004)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT2004 Object >> Actor >> Controller >> PlayerController >> MessagingSpectator >> UTServerAdminSpectator

Contents

Package: 
xWebAdmin
This class in other games:
UT, UT2003

null

[edit] Properties

[edit] bClientMessages

Type: bool

Modifiers: config


Default value: True

[edit] bLocalizedMessages

Type: bool

Modifiers: config


Default value: True

[edit] bTeamMessages

Type: bool

Modifiers: config


Default value: True

[edit] bVoiceMessages

Type: bool

Modifiers: config


[edit] LastMsg

Type: byte


[edit] Messages

Type: array<string>


[edit] NextMsg

Type: byte


[edit] ReceivedMsgMax

Type: byte

Modifiers: config


Default value: 32

[edit] Server

Type: UTServerAdmin


[edit] Structs

[edit] PlayerMessage

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

[edit] Functions

[edit] Exec functions

[edit] DumpMaplists

exec function DumpMaplists (string GameType)


[edit] Events

[edit] ClientMessage

event ClientMessage (coerce string S, optional name Type)

Overrides: PlayerController.ClientMessage


[edit] Destroyed

event Destroyed ()

Overrides: PlayerController.Destroyed


[edit] PreBeginPlay

event PreBeginPlay ()

Overrides: Controller.PreBeginPlay


[edit] ReceiveLocalizedMessage

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

Overrides: PlayerController.ReceiveLocalizedMessage


[edit] TeamMessage

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

Overrides: PlayerController.TeamMessage


[edit] Other instance functions

[edit] AddMessage

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


[edit] ClientGameEnded

function ClientGameEnded ()

Overrides: Controller.ClientGameEnded


[edit] ClientVoiceMessage

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

Overrides: PlayerController.ClientVoiceMessage


[edit] Dump

function Dump ()


[edit] FormatMessage

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


[edit] GameHasEnded

function GameHasEnded ()

Overrides: Controller.GameHasEnded


[edit] LastMessage

function int LastMessage ()


[edit] NextMessage

function string NextMessage (out int msg)


[edit] ServerPause

function ServerPause ()

Overrides: PlayerController.ServerPause


[edit] SetPause

function bool SetPause (bool bPause)

Overrides: PlayerController.SetPause