Always snap to grid

UE1:CSMovie (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
RTNP Object >> Actor >> Info >> GameInfo >> UnrealGameInfo >> CSSinglePlayer >> CSMovie
Package: 
UDSDemo

The Unreal Director's Suite Release version: Jan 7th, 1999

[ CS_Movie ]

This class is designed for non-intertactive C/S levels. Any map of this game type will automatically launch a CS_ACTION at startup. There should be EXACTLY ONE CS_Action actor in this case.

Properties[edit]

NewPlayer[edit]

Type: PlayerPawn


Default values[edit]

Property Value
DefaultPlayerClass Class'UDSDemo.CSPlayer'

Functions[edit]

Events[edit]

Login[edit]

event PlayerPawn Login (string Portal, string Options, out string Error, class<PlayerPawnSpawnClass)

Overrides: CSSinglePlayer.Login


Timer[edit]

event Timer ()

Overrides: GameInfo.Timer


Other instance functions[edit]

SendPlayer[edit]

function SendPlayer (PlayerPawn aPlayer, string URL)

Overrides: GameInfo.SendPlayer