C# Class LogicSpawn.GTARPG.Core.CutsceneHandler

Inheritance: UpdateScript
Mostrar archivo Open project: logicspawn/GTARPG

Public Properties

Property Type Description
CurrentCutscene Cutscene
NeededPeds List
NeededVehicles List

Public Methods

Method Description
CutsceneHandler ( ) : System.Collections.Generic
RunCutscene ( string cutsceneID ) : bool
Update ( ) : void

Private Methods

Method Description
EndCutscene ( ) : void
PauseUnneededEntities ( ) : void
PrepareForCutscene ( ) : void
StartCutscene ( Cutscene cutscene ) : void

Method Details

CutsceneHandler() public method

public CutsceneHandler ( ) : System.Collections.Generic
return System.Collections.Generic

RunCutscene() public method

public RunCutscene ( string cutsceneID ) : bool
cutsceneID string
return bool

Update() public method

public Update ( ) : void
return void

Property Details

CurrentCutscene public_oe property

public Cutscene CurrentCutscene
return Cutscene

NeededPeds public_oe property

public List NeededPeds
return List

NeededVehicles public_oe property

public List NeededVehicles
return List