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

OnIntercomCooldownCheck

ShingekiNoRex edited this page Aug 24, 2018 · 3 revisions

Description

Called when a player attempts to use intercom. This happens before the cooldown check.

Handler

IEventHandlerIntercomCooldownCheck

Inputs/Outputs

The player who attempts to use the intercom

  • float CurrentCooldown { get; set; }

The current cooldown time.

If it's more than zero, then the player can't use the intercom.

Examples

Need to be added

Server Guides

API Documents

Clone this wiki locally