C# Class NRaas.Traveler

Inheritance: Common, Common.IStartupApp, Common.IPreLoad, Common.IWorldLoadFinished
Afficher le fichier Open project: Chain-Reaction/NRaas Class Usage Examples

Méthodes publiques

Méthode Description
HasBeenSaved ( ) : bool
InsanityException ( StringBuilder msg, Exception e ) : void
InsanityWriteLog ( StringBuilder text ) : void
OnChangeTypeClick ( WindowBase w, UIButtonClickEventArgs eventArgs ) : void
OnPreLoad ( ) : void
OnStartupApp ( ) : void
OnWorldLoadFinished ( ) : void
ResetSettings ( ) : void
SaveGame ( ) : bool
UpdateAgeForeign ( ) : void

Private Methods

Méthode Description
OnReturnToLive ( WindowBase sender, UIButtonClickEventArgs eventArgs ) : void
ReturnToLive ( ) : void
Traveler ( ) : NRaas.CommonSpace.Helpers

Method Details

HasBeenSaved() public static méthode

public static HasBeenSaved ( ) : bool
Résultat bool

InsanityException() public static méthode

public static InsanityException ( StringBuilder msg, Exception e ) : void
msg StringBuilder
e System.Exception
Résultat void

InsanityWriteLog() public static méthode

public static InsanityWriteLog ( StringBuilder text ) : void
text StringBuilder
Résultat void

OnChangeTypeClick() public static méthode

public static OnChangeTypeClick ( WindowBase w, UIButtonClickEventArgs eventArgs ) : void
w WindowBase
eventArgs UIButtonClickEventArgs
Résultat void

OnPreLoad() public méthode

public OnPreLoad ( ) : void
Résultat void

OnStartupApp() public méthode

public OnStartupApp ( ) : void
Résultat void

OnWorldLoadFinished() public méthode

public OnWorldLoadFinished ( ) : void
Résultat void

ResetSettings() public static méthode

public static ResetSettings ( ) : void
Résultat void

SaveGame() public static méthode

public static SaveGame ( ) : bool
Résultat bool

UpdateAgeForeign() public static méthode

public static UpdateAgeForeign ( ) : void
Résultat void