Vertices Engine  v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
Loading...
Searching...
No Matches
VerticesEngine.Net.UI Namespace Reference

Classes

class  vxMultiplayerBaseConnectBusyDialog
 The sever connection busy dialog. This is used for connecting to a multiplayer server.
 
class  vxMultiplayerBaseCreateServerBusyDialog
 The base sever creation busy dialog for creating Servers. The LAN and Steam P2P sessions inherit from this.
 
class  vxMultiplayerLANConnectBusyDialog
 The sever connection busy dialog. This is used for connecting to a multiplayer server.
 
class  vxMultiplayerLANCreateServerBusyDialog
 The sever creation busy dialog.
 
class  vxMultiplayerSteamConnectBusyDialog
 The sever connection busy dialog. This is used for connecting to a multiplayer server.
 
class  vxMultiplayerSteamCreateServerBusyDialog
 The sever creation busy dialog for creating Steam P2P Sessions.
 
class  vxServerListDialog
 This Dislog Displays all active server's on the connected master server. More...
 
class  vxServerListItem
 File Chooser Dialor Item. More...
 
class  vxServerLobbyDialog
 This is a Server Lobby Dialog is the 'waiting room' before a session launch. More...
 
class  vxServerLobbyPlayerItem
 Sets up a Serve List Dialog Item which holds information pertaining too a Discovered Server. More...
 
class  vxSeverLANListDialog
 This is a Server Dialog which searches and retrieves any game servers on this LAN. It also allows the Player to set up a local server as well. More...
 
class  vxSeverLobbyDialog
 This is a Server Lobby Dialog is the 'waiting room' before a session launch. More...
 
class  vxSeverOnlineListDialog
 This is a Server Dialog which searches and retrieves any game servers on this LAN. It also allows the Player to set up a local server as well. More...
 

Enumerations

enum  ConnectionErrorIssue { TimedOut , ServerDenied }
 
enum  vxNetLobbyState { Idle , Countdown , Launching }
 What is the net lobby state? Are we idle accepting connections? Are we counting down to launch or are we launching? More...
 
enum  SessionState { Idle , Countdown , Launch }
 

Enumeration Type Documentation

◆ vxNetLobbyState

What is the net lobby state? Are we idle accepting connections? Are we counting down to launch or are we launching?

Enumerator
Idle 

We're idle in the lobby currently.

Countdown 

We are counting down to launch.

Launching 

The game is launchign.