|
Barotrauma Server Doc
|
Public Member Functions | |
| GameMain (string[] args) | |
| void | Init () |
| void | StartServer () |
| void | CloseServer () |
| void | Run () |
| CoroutineHandle | ShowLoading (IEnumerable< CoroutineStatus > loader, bool waitKeyHit=true) |
| void | Exit () |
Static Public Member Functions | |
| static void | ResetFrameTime () |
Public Attributes | |
| readonly string[] | CommandLineArgs |
Static Public Attributes | |
| static readonly Version | Version = Assembly.GetEntryAssembly().GetName().Version |
| static LuaCsSetup | LuaCs |
| static GameServer | Server |
| static GameSession | GameSession |
| static GameScreen | GameScreen |
| static NetLobbyScreen | NetLobbyScreen |
| static readonly Screen | SubEditorScreen = UnimplementedScreen.Instance |
| static bool | ShouldRun = true |
Properties | |
| static bool | IsSingleplayer [get] |
| static bool | IsMultiplayer [get] |
| static World | World [get, set] |
| static NetworkMember | NetworkMember [get] |
| static GameMain | Instance [get] |
| static Thread | MainThread [get] |
| static ContentPackage | VanillaContent [get] |
Definition at line 19 of file GameMain.cs.
| Barotrauma.GameMain.GameMain | ( | string[] | args | ) |
Definition at line 76 of file GameMain.cs.
| void Barotrauma.GameMain.CloseServer | ( | ) |
Definition at line 283 of file GameMain.cs.
| void Barotrauma.GameMain.Exit | ( | ) |
Definition at line 430 of file GameMain.cs.
| void Barotrauma.GameMain.Init | ( | ) |
Definition at line 104 of file GameMain.cs.
|
static |
Definition at line 417 of file GameMain.cs.
| void Barotrauma.GameMain.Run | ( | ) |
Definition at line 290 of file GameMain.cs.
| CoroutineHandle Barotrauma.GameMain.ShowLoading | ( | IEnumerable< CoroutineStatus > | loader, |
| bool | waitKeyHit = true |
||
| ) |
Definition at line 425 of file GameMain.cs.
| void Barotrauma.GameMain.StartServer | ( | ) |
Definition at line 136 of file GameMain.cs.
| readonly string [] Barotrauma.GameMain.CommandLineArgs |
Definition at line 74 of file GameMain.cs.
|
static |
Definition at line 56 of file GameMain.cs.
|
static |
Definition at line 45 of file GameMain.cs.
|
static |
Definition at line 37 of file GameMain.cs.
|
static |
Definition at line 57 of file GameMain.cs.
|
static |
Definition at line 39 of file GameMain.cs.
|
static |
Definition at line 64 of file GameMain.cs.
|
static |
Definition at line 62 of file GameMain.cs.
|
static |
Definition at line 21 of file GameMain.cs.
|
staticget |
Definition at line 47 of file GameMain.cs.
|
staticget |
Definition at line 24 of file GameMain.cs.
|
staticget |
Definition at line 23 of file GameMain.cs.
|
staticget |
Definition at line 53 of file GameMain.cs.
|
staticget |
Definition at line 40 of file GameMain.cs.
|
staticget |
Definition at line 71 of file GameMain.cs.
|
staticgetset |
Definition at line 27 of file GameMain.cs.