Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

OnAuthCheck

ShingekiNoRex edited this page Aug 24, 2018 · 5 revisions

Description

Called when authentication is checked for.

Handler

IEventHandlerAuthCheck

Inputs/Outputs

  • Player requester { get; set; }

The player who requests authentication

The type of authentication.

  • bool allow { get; set; }

Was the authentication allowed?

  • string deniedMessage { get; set; }

The message given if authentication was denied

Examples

Need to be added

Server Guides

API Documents

Clone this wiki locally