Always snap to grid
UE1:CSMovie (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> GameInfo >> UnrealGameInfo >> CSSinglePlayer >> CSMovie |
- Package:
- UDSDemo
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. |
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<PlayerPawn> SpawnClass)
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