Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:UTServerAdminSpectator (UT2003)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Controller >> PlayerController >> MessagingSpectator >> UTServerAdminSpectator |
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. |
null
Properties
bClientMessages
Type: bool
Modifiers: config
Default value: True
bLocalizedMessages
Type: bool
Modifiers: config
Default value: True
bTeamMessages
Type: bool
Modifiers: config
Default value: True
bVoiceMessages
Type: bool
Modifiers: config
LastMsg
Type: byte
Messages
NextMsg
Type: byte
ReceivedMsgMax
Type: byte
Modifiers: config
Default value: 32
Server
Type: UTServerAdmin
Structs
PlayerMessage
- PlayerReplicationInfo PRI
- string Text
- name Type
- PlayerMessage Next
- pointer to next message
Functions
Exec functions
Pause
exec function Pause ()
Overrides: PlayerController.Pause
Events
ClientMessage
Overrides: PlayerController.ClientMessage
Destroyed
event Destroyed ()
Overrides: PlayerController.Destroyed
PreBeginPlay
event PreBeginPlay ()
Overrides: Controller.PreBeginPlay
ReceiveLocalizedMessage
event ReceiveLocalizedMessage (class<LocalMessage> Message, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)
Overrides: PlayerController.ReceiveLocalizedMessage
TeamMessage
Overrides: PlayerController.TeamMessage
Other instance functions
AddMessage
ClientGameEnded
function ClientGameEnded ()
Overrides: Controller.ClientGameEnded
ClientVoiceMessage
function ClientVoiceMessage (PlayerReplicationInfo Sender, PlayerReplicationInfo Recipient, name messagetype, byte messageID)
Overrides: PlayerController.ClientVoiceMessage
Dump
function Dump ()
FormatMessage
GameHasEnded
function GameHasEnded ()
Overrides: Controller.GameHasEnded
LastMessage
function int LastMessage ()
NextMessage
SetPause
Overrides: PlayerController.SetPause