C# Class Transit.Addon.PathFinding.PathfindingModule

Mostrar archivo Open project: Katalyst6/CSL.TransitAddonMod

Public Methods

Method Description
OnLevelLoaded ( LoadMode mode ) : void
OnLoadSettings ( XmlElement moduleElement ) : void
OnReleased ( ) : void
OnSaveSettings ( XmlElement moduleElement ) : void
OnSettingsUI ( UIHelperBase helper ) : void

Method Details

OnLevelLoaded() public method

public OnLevelLoaded ( LoadMode mode ) : void
mode LoadMode
return void

OnLoadSettings() public method

public OnLoadSettings ( XmlElement moduleElement ) : void
moduleElement XmlElement
return void

OnReleased() public method

public OnReleased ( ) : void
return void

OnSaveSettings() public method

public OnSaveSettings ( XmlElement moduleElement ) : void
moduleElement XmlElement
return void

OnSettingsUI() public method

public OnSettingsUI ( UIHelperBase helper ) : void
helper UIHelperBase
return void