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

OnCheckEscape

ShingekiNoRex edited this page Aug 24, 2018 · 3 revisions

Description

Called when a player is checking if they should escape (this is regardless of class).

Handler

IEventHandlerCheckEscape

Inputs/Outputs

The player who attempts to escape

  • bool AllowEscape { get; set; }

Whether allow the player to escape

  • Role ChangeRole { get; set; }

The role that the player will be changed to

Examples

Need to be added

Server Guides

API Documents

Clone this wiki locally