Method | Description | |
---|---|---|
GetAuthIDProvider ( this player ) : DProto.ID |
Gets the AuthID provider of the player.
|
|
GetProtocol ( this player ) : int |
Gets the protocol version of the client.
|
|
Init ( ) : void |
This has to be called in order to make this work this class proplery. If you use this class in your plugin, just call it when the plugin is loaded.
|
|
UpdateCVariables ( |
Updates the two dproto variables according to the player.
|
|
UpdateCVariables ( int id ) : void |
Updates the two dproto variables according to the player id
|
public static GetAuthIDProvider ( this player ) : DProto.ID | ||
player | this |
/// The player |
return | DProto.ID |
public static GetProtocol ( this player ) : int | ||
player | this | |
return | int |
public static UpdateCVariables ( |
||
player |
/// The information about this player |
|
return | void |
public static UpdateCVariables ( int id ) : void | ||
id | int |
/// The player id |
return | void |