MPAuth

API: MPAuth #

Inherits: MPExtension

Middleware to check player’s credentials before connecting.

Properties #

Type Name Default
Callable authenticate_function

Methods #

Returns Type Syntax
Variant authenticate ( Variant plr_id, Variant credentials_data, Variant handshake_data )

Property Descriptions #

Callable authenticate_function

  • Default: none

Authenticate function, this must be set. Callable will be called will the following args:


Method Descriptions #

Variant authenticate ( Variant plr_id, Variant credentials_data, Variant handshake_data )

There’s currently no description for this method.