Interface IWukongConsoleApi
Namespace: WukongMp.Sdk.Api
Assembly: WukongMp.Sdk.dll
public interface IWukongConsoleApi : IConsoleCommandRegistry
Implements
Methods
AddCommand(string, ConsoleCommand, IEnumerable<string>?)
void AddCommand(string commandName, ConsoleCommand command, IEnumerable<string>? availableFirstParams = null)
Parameters
commandName string
command ConsoleCommand
availableFirstParams IEnumerable<string>?
HasCommand(string)
bool HasCommand(string commandName)
Parameters
commandName string
Returns
WriteConsoleMessage(string)
void WriteConsoleMessage(string message)
Parameters
message string