C# Class NRaas.Traveler

Inheritance: Common, Common.IStartupApp, Common.IPreLoad, Common.IWorldLoadFinished
Mostra file Open project: Chain-Reaction/NRaas Class Usage Examples

Public Methods

Method 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

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

Method Details

HasBeenSaved() public static method

public static HasBeenSaved ( ) : bool
return bool

InsanityException() public static method

public static InsanityException ( StringBuilder msg, Exception e ) : void
msg StringBuilder
e System.Exception
return void

InsanityWriteLog() public static method

public static InsanityWriteLog ( StringBuilder text ) : void
text StringBuilder
return void

OnChangeTypeClick() public static method

public static OnChangeTypeClick ( WindowBase w, UIButtonClickEventArgs eventArgs ) : void
w WindowBase
eventArgs UIButtonClickEventArgs
return void

OnPreLoad() public method

public OnPreLoad ( ) : void
return void

OnStartupApp() public method

public OnStartupApp ( ) : void
return void

OnWorldLoadFinished() public method

public OnWorldLoadFinished ( ) : void
return void

ResetSettings() public static method

public static ResetSettings ( ) : void
return void

SaveGame() public static method

public static SaveGame ( ) : bool
return bool

UpdateAgeForeign() public static method

public static UpdateAgeForeign ( ) : void
return void