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

This is a base class which holds basic information for a player in the server/client system. More...

Public Member Functions

 vxNetPlayerInfo (string id, string username, int playerIndex, vxEnumNetPlayerStatus netplayerstatus)
 Initializes a new instance of the T:VerticesEngine.Net.vxNetPlayerInfo class.
 
 vxNetPlayerInfo (string id, string username, int playerIndex, vxEnumNetPlayerStatus netplayerstatus, vxPlatformType platform, string platformPlayerId)
 

Public Attributes

string ID
 Gets the ID of this Net Player.
 
string UserName
 Gets the Username of this player.
 
vxNetEntityState EntityState
 The current Entity State.
 
int PlayerIndex
 The index of the player. Provided by the server.
 
vxEnumNetPlayerStatus Status
 An Enumerator that holds where in the "Ready" phase the player is.
 
vxPlatformType Platform
 The platform type, are we on steam, Itchio? This is to handle cross-platform player intertaction.
 
string PlatformPlayerID
 Whats the players platform id.
 

Detailed Description

This is a base class which holds basic information for a player in the server/client system.

Constructor & Destructor Documentation

◆ vxNetPlayerInfo()

VerticesEngine.Net.vxNetPlayerInfo.vxNetPlayerInfo ( string id,
string username,
int playerIndex,
vxEnumNetPlayerStatus netplayerstatus )

Initializes a new instance of the T:VerticesEngine.Net.vxNetPlayerInfo class.

Parameters
idIdentifier.
usernameUsername.
netplayerstatusNetplayerstatus.

The documentation for this struct was generated from the following file: