res://addons/w4gd/game_server/game_server.gd:PlayerRegistration
Inherits: RefCounted
Internal class representing a player registration with the dedicated server.
Properties
Dictionary |
|
String |
|
String |
Methods
res://addons/w4gd/game_server/game_server.gd:PlayerRegistration |
from_bytes ( PackedByteArray p_bytes ) |
PackedByteArray |
to_bytes ( ) |
Property Descriptions
Dictionary info
There is currently no description for this property.
String password
There is currently no description for this property.
String player_id
There is currently no description for this property.
Method Descriptions
res://addons/w4gd/game_server/game_server.gd:PlayerRegistration from_bytes ( PackedByteArray p_bytes )
There is currently no description for this method.
PackedByteArray to_bytes ( )
There is currently no description for this method.