Skip to content

IEventHelp

Martin S. edited this page Dec 14, 2025 · 1 revision

Information IEventHelp.cs

  • Type: Interface
  • Description: Interface used when command event <id> without any arguments is executed. When interface is not implemented, it will output to admin default message of $"Event {slEvent.Name} of id {id}, does not implement help message".

Methods

HelpMessage

  • Returns: string
  • Arguments: Exiled.API.Features.Player
  • Description: Method used when executing event <id>. Return message the player will receive (always return as sucsessfull, nothing with !)
  • Implementations: Bases.cs

Clone this wiki locally