C# Class LogicSpawn.GTARPG.Core.CutsceneHandler

Inheritance: UpdateScript
Afficher le fichier Open project: logicspawn/GTARPG

Méthodes publiques

Свойство Type Description
CurrentCutscene Cutscene
NeededPeds List
NeededVehicles List

Méthodes publiques

Méthode Description
CutsceneHandler ( ) : System.Collections.Generic
RunCutscene ( string cutsceneID ) : bool
Update ( ) : void

Private Methods

Méthode Description
EndCutscene ( ) : void
PauseUnneededEntities ( ) : void
PrepareForCutscene ( ) : void
StartCutscene ( Cutscene cutscene ) : void

Method Details

CutsceneHandler() public méthode

public CutsceneHandler ( ) : System.Collections.Generic
Résultat System.Collections.Generic

RunCutscene() public méthode

public RunCutscene ( string cutsceneID ) : bool
cutsceneID string
Résultat bool

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

CurrentCutscene public_oe property

public Cutscene CurrentCutscene
Résultat Cutscene

NeededPeds public_oe property

public List NeededPeds
Résultat List

NeededVehicles public_oe property

public List NeededVehicles
Résultat List