Table of Contents

Slayer::onClientHandshakeDenied

There is no doc-string available for this function.

Syntax

script Slayer::onClientHandshakeDenied(string %this, string %client, string %version, string %modVersions, string %reason);

Parameters

string %this
No description available.

string %client
No description available.

string %version
No description available.

string %modVersions
No description available.

string %reason
No description available.

Return value

script
No description available.

Remarks

Examples

Source

Add-Ons/Gamemode_Slayer/server/core/Slayer.cs:66

See also

Slayer::initClientAuth
Slayer::onAdd
Slayer::onClientHandshakeAccepted
Slayer::onDataSent
Slayer::onInitialDataSent
Slayer::onRemove
Slayer::sendData
Slayer::sendInitialData

References

This function is not called by any other functions.