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

On079Door

Horkovich edited this page Sep 29, 2019 · 3 revisions

Description

Called when SCP-079 interact with door

Handler

IEventHandler079Door

Inputs/Outputs

  • Player Player { get; }
    The player who plays SCP-079
  • Door Door { get; }
    The door that is interacted
  • float APDrain { get; set; }
    Cost of interaction
  • bool Allow { get; set; }
    Did SCP-079 interacted

Examples

Need to be added

Server Guides

API Documents

Clone this wiki locally