UE3:UTCinematicGame (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
UT3 Object >> Actor >> Info >> GameInfo >> UTGame >> UTDeathmatch >> UTTeamGame >> UTEntryGame >> UTCinematicGame
Package:
UTGame

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Default values

Property Value
PlayerControllerClass Class'UTGame.UTCinematicPlayerController'

Functions

Events

HandleSeamlessTravelPlayer

event HandleSeamlessTravelPlayer (out Controller C)

Overrides: UTTeamGame.HandleSeamlessTravelPlayer

(Description copied from GameInfo.HandleSeamlessTravelPlayer)
handles reinitializing players that remained through a seamless level transition called from C++ for players that finished loading after the server

Parameters:

  • C - the Controller to handle

InitGame

event InitGame (string Options, out string ErrorMessage)

Overrides: UTEntryGame.InitGame


PostLogin

event PostLogin (PlayerController NewPlayer)

Overrides: UTTeamGame.PostLogin


PostSeamlessTravel

event PostSeamlessTravel ()

Overrides: UTTeamGame.PostSeamlessTravel

called after a seamless level transition has been completed on the *new* GameInfo used to reinitialize players already in the game as they won't have *Login() called on them

Other instance functions

StartMatch

function StartMatch ()

Overrides: UTEntryGame.StartMatch