Always snap to grid
UE1:DemoRecSpectator (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
| Object >> Actor >> Pawn >> PlayerPawn >> Spectator >> DemoRecSpectator |
Contents |
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
DemoRecSpectator - spectator for demo recordings to replicate ClientMessages
[edit] Functions
[edit] Events
[edit] ClientMessage
Overrides: PlayerPawn.ClientMessage
[edit] PostBeginPlay
event PostBeginPlay ()
Overrides: Spectator.PostBeginPlay
[edit] TeamMessage
Overrides: PlayerPawn.TeamMessage
[edit] Other instance functions
[edit] ClientPlaySound
function ClientPlaySound (Sound ASound)
Overrides: PlayerPawn.ClientPlaySound
[edit] ClientVoiceMessage
function ClientVoiceMessage (PlayerReplicationInfo Sender, PlayerReplicationInfo Recipient, name messagetype, byte messageID)
Overrides: PlayerPawn.ClientVoiceMessage
[edit] RepClientMessage
[edit] RepClientPlaySound
simulated function RepClientPlaySound (Sound ASound)
[edit] RepClientVoiceMessage
simulated function RepClientVoiceMessage (PlayerReplicationInfo Sender, PlayerReplicationInfo Recipient, name messagetype, byte messageID)
