C# Class Octgn.Program

Exibir arquivo Open project: octgn/OCTGN

Public Properties

Property Type Description
CurrentOnlineGameName string
GameEngine GameEngine
LobbyClient Skylabs.Lobby.Client

Private Properties

Property Type Description
FireOptionsChanged void
Parse object[]>.Tuple
Print void
Program System
Start void

Public Methods

Method Description
DoCrazyException ( Exception e, string action ) : void
Exit ( ) : void
GetDefaultBrowserPath ( ) : string
LaunchApplication ( string path ) : void
LaunchUrl ( string url ) : void
StopGame ( ) : void

Private Methods

Method Description
FireOptionsChanged ( ) : void
Parse ( Octgn.Play.Player player, string text ) : object[]>.Tuple
Print ( Octgn.Play.Player player, string text, string color = null ) : void
Program ( ) : System
Start ( string args, bool isTestRelease ) : void

Method Details

DoCrazyException() public static method

public static DoCrazyException ( Exception e, string action ) : void
e System.Exception
action string
return void

Exit() public static method

public static Exit ( ) : void
return void

GetDefaultBrowserPath() public static method

public static GetDefaultBrowserPath ( ) : string
return string

LaunchApplication() public static method

public static LaunchApplication ( string path ) : void
path string
return void

LaunchUrl() public static method

public static LaunchUrl ( string url ) : void
url string
return void

StopGame() public static method

public static StopGame ( ) : void
return void

Property Details

CurrentOnlineGameName public_oe static_oe property

public static string CurrentOnlineGameName
return string

GameEngine public_oe static_oe property

public static GameEngine GameEngine
return GameEngine

LobbyClient public_oe static_oe property

public static Skylabs.Lobby.Client LobbyClient
return Skylabs.Lobby.Client