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

OnAdminQuery

ShingekiNoRex edited this page Aug 24, 2018 · 6 revisions

Description

Called when an admin queries the server.

Handler

IEventHandlerAdminQuery

Inputs/Outputs

The player who queried the server

  • string query { get; set; }

The query

  • string output { get; set; }

The output of the query

  • bool handled { get; set; }

Was the query handled?

  • bool successful { get; set; }

Was the query successful?

Examples

Need to be added

Server Guides

API Documents

Clone this wiki locally