|
Vertices Engine
v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
|
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. | |
This is a base class which holds basic information for a player in the server/client system.
| VerticesEngine.Net.vxNetPlayerInfo.vxNetPlayerInfo | ( | string | id, |
| string | username, | ||
| int | playerIndex, | ||
| vxEnumNetPlayerStatus | netplayerstatus ) |
Initializes a new instance of the T:VerticesEngine.Net.vxNetPlayerInfo class.
| id | Identifier. |
| username | Username. |
| netplayerstatus | Netplayerstatus. |