UE1:CSSinglePlayer (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
![]() |
Object >> Actor >> Info >> GameInfo >> UnrealGameInfo >> CSSinglePlayer |
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
[ CSSinglePlayer ]
This actor is the bases for Single Player use of the UDS. Any map that is created that will use the Cut Sequence engine of the UDS needs to be of this game type.
It's primary function is to Convert a player from the original Unreal player classes to our custom one.
Default values
Property | Value |
---|---|
DefaultPlayerClass | Class'UDSDemo.CSMaleTwo' |
DefaultWeapon | None |
HUDType | Class'UDSDemo.CS_Hud' |
Events
Login
event PlayerPawn Login (string Portal, string Options, out string Error, class<PlayerPawn> SpawnClass)
Overrides: GameInfo.Login