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