Mostly Harmless

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

NewPlayer

Type: PlayerPawn


Default values

Property Value
DefaultPlayerClass Class'UDSDemo.CSPlayer'

Functions

Events

Login

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

Overrides: CSSinglePlayer.Login


Timer

event Timer ()

Overrides: GameInfo.Timer


Other instance functions

SendPlayer

function SendPlayer (PlayerPawn aPlayer, string URL)

Overrides: GameInfo.SendPlayer