Command Input Event

This event is called whenever a command is executed in the game.

Calling

This event takes a String, being the complete command (either with or without the "api." prefix)

string myCommand = "api.plugins.list";
CommandInputEvent.Call(myCommand);

CommandListener

It's highly recommend for plugin developers to use the CommandListener to work with commands

Last updated

Was this helpful?