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

OnSetSCPConfig

ShingekiNoRex edited this page Aug 24, 2018 · 3 revisions

Description

Called when the configs of SCPs are being set. This happens every round.

Handler

IEventHandlerSetSCPConfig

Inputs/Outputs

  • bool Ban049 { get; set; }

Whether prevent SCP-049 being spawned

  • bool Ban079 { get; set; }

Whether prevent SCP-079 being spawned

  • bool Ban096 { get; set; }

Whether prevent SCP-096 being spawned

  • bool Ban106 { get; set; }

Whether prevent SCP-106 being spawned

  • bool Ban173 { get; set; }

Whether prevent SCP-173 being spawned

  • bool Ban939_53 { get; set; }

Whether prevent SCP-939-53 being spawned

  • bool Ban939_89 { get; set; }

Whether prevent SCP-939-89 being spawned

  • int SCP049amount { get; set; }

Max amount of SCP-049 that can be spawned in randomly

  • int SCP079amount { get; set; }

Max amount of SCP-079 that can be spawned in randomly

  • int SCP096amount { get; set; }

Max amount of SCP-096 that can be spawned in randomly

  • int SCP106amount { get; set; }

Max amount of SCP-106 that can be spawned in randomly

  • int SCP173amount { get; set; }

Max amount of SCP-173 that can be spawned in randomly

  • int SCP457amount { get; set; }

Max amount of SCP-457 that can be spawned in randomly

  • int SCP939_53amount { get; set; }

Max amount of SCP-939-53 that can be spawned in randomly

  • int SCP939_89amount { get; set; }

Max amount of SCP-939-89 that can be spawned in randomly

Examples

Need to be added

Server Guides

API Documents

Clone this wiki locally