Cogito, ergo sum
UE1:UTServerAdminSpectator (UT)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Pawn >> PlayerPawn >> Spectator >> MessagingSpectator >> UTServerAdminSpectator |
Contents
- Package:
- UTServerAdmin
- This class in other games:
- UT2003, UT2004
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
MessageList
Type: ListItem
ReceivedMsgMax
Type: byte
Modifiers: config
Default value: 32
ReceivedMsgNum
Type: byte
Structs
PlayerMessage
- PlayerReplicationInfo PRI
- string Text
- name Type
- PlayerMessage Next
- pointer to next message
Functions
Events
ClientMessage
Overrides: PlayerPawn.ClientMessage
ReceiveLocalizedMessage
event ReceiveLocalizedMessage (class<LocalMessage> Message, optional int Switch, optional PlayerReplicationInfo RelatedPRI_1, optional PlayerReplicationInfo RelatedPRI_2, optional Object OptionalObject)
Overrides: PlayerPawn.ReceiveLocalizedMessage
TeamMessage
Overrides: PlayerPawn.TeamMessage
Other instance functions
AddMessage
ClientVoiceMessage
function ClientVoiceMessage (PlayerReplicationInfo Sender, PlayerReplicationInfo Recipient, name messagetype, byte messageID)
Overrides: PlayerPawn.ClientVoiceMessage