Table of Contents

Slayer::onClientHandshakeAccepted

There is no doc-string available for this function.

Syntax

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

Parameters

string %this
No description available.

string %client
No description available.

string %version
No description available.

string %modVersions
No description available.

Return value

script
No description available.

Remarks

Examples

Source

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

See also

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

References

This function is not called by any other functions.