C# Class TrafficManager.LoadingExtension

Inheritance: LoadingExtensionBase
Afficher le fichier Open project: Katalyst6/CSL.TransitAddonMod Class Usage Examples

Méthodes publiques

Свойство Type Description
Instance LoadingExtension
IsPathManagerCompatible bool
IsPathManagerReplaced bool

Méthodes publiques

Méthode Description
EnableTool ( ) : void
LoadingExtension ( ) : System
OnCreated ( ILoading loading ) : void
OnLevelLoaded ( LoadMode mode ) : void
OnLevelUnloading ( ) : void
OnReleased ( ) : void
SetToolMode ( TrafficManagerMode mode ) : void
initDetours ( ) : void
revertDetours ( ) : void

Private Methods

Méthode Description
DestroyTool ( ) : void
IsGameLoaded ( ) : bool
determinePathManagerCompatible ( ) : void

Method Details

EnableTool() public méthode

public EnableTool ( ) : void
Résultat void

LoadingExtension() public méthode

public LoadingExtension ( ) : System
Résultat System

OnCreated() public méthode

public OnCreated ( ILoading loading ) : void
loading ILoading
Résultat void

OnLevelLoaded() public méthode

public OnLevelLoaded ( LoadMode mode ) : void
mode LoadMode
Résultat void

OnLevelUnloading() public méthode

public OnLevelUnloading ( ) : void
Résultat void

OnReleased() public méthode

public OnReleased ( ) : void
Résultat void

SetToolMode() public méthode

public SetToolMode ( TrafficManagerMode mode ) : void
mode TrafficManagerMode
Résultat void

initDetours() public méthode

public initDetours ( ) : void
Résultat void

revertDetours() public méthode

public revertDetours ( ) : void
Résultat void

Property Details

Instance public_oe static_oe property

public static LoadingExtension,TrafficManager Instance
Résultat LoadingExtension

IsPathManagerCompatible public_oe static_oe property

public static bool IsPathManagerCompatible
Résultat bool

IsPathManagerReplaced public_oe static_oe property

public static bool IsPathManagerReplaced
Résultat bool