There is no spoon

UE2:DemoRecSpectator (UT2003)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT2003 Object >> Actor >> Controller >> PlayerController >> UnrealPlayer >> DemoRecSpectator
Package: 
UnrealGame
This class in other games:
RTNP, U1, UT, U2XMP, U2, UE2Runtime, UT2004, UT3, UDK

DemoRecSpectator - spectator for demo recordings to replicate ClientMessages

Properties

bFoundPlayer

Type: bool


bTempBehindView

Type: bool


Default values

Property Value
bDemoOwner True
RemoteRole ROLE_AutonomousProxy

Functions

Exec functions

DemoViewNextPlayer

exec function DemoViewNextPlayer ()


ViewClass

exec function ViewClass (class<ActoraClass, optional bool bQuiet, optional bool bCheat)


Events

PlayerCalcView

event PlayerCalcView (out Actor ViewActor, out Object.Vector CameraLocation, out Object.Rotator CameraRotation)

Overrides: PlayerController.PlayerCalcView


PostBeginPlay

event PostBeginPlay ()

Overrides: UnrealPlayer.PostBeginPlay


Other instance functions

InitPlayerReplicationInfo

function InitPlayerReplicationInfo ()

Overrides: Controller.InitPlayerReplicationInfo


States

Spectating

Inherits from: PlayerController.Spectating

Modifiers: auto

Spectating.PlayerTick

event PlayerTick (float DeltaTime)

Overrides: PlayerController.PlayerTick (global)


Spectating.AltFire

exec function AltFire (optional float F)

Overrides: PlayerController.Spectating.AltFire


Spectating.Fire

exec function Fire (optional float F)

Overrides: PlayerController.Spectating.Fire