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

OnDoorAccess

ShingekiNoRex edited this page Aug 24, 2018 · 3 revisions

Description

Called when a player attempts to access a door that requires perms.

Handler

IEventHandlerDoorAccess

Inputs/Outputs

The player who attempts to access the door

  • Door Door { get; }

The door that is accessed

  • bool Allow { get; set; }

Whether allow the player to access

  • bool Destroy { get; set; }

Whether destroy the door

Examples

Need to be added

Server Guides

API Documents

Clone this wiki locally