mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
BotLoad ChatBot API (#1106)
This commit is contained in:
parent
93b72eb83e
commit
d2125bebb3
1 changed files with 9 additions and 0 deletions
|
|
@ -726,6 +726,15 @@ namespace MinecraftClient
|
||||||
Handler.BotLoad(new ChatBots.Script(filename, playername, localVars));
|
Handler.BotLoad(new ChatBots.Script(filename, playername, localVars));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Load an additional ChatBot
|
||||||
|
/// </summary>
|
||||||
|
/// <param name="chatBot">ChatBot to load</param>
|
||||||
|
protected void BotLoad(ChatBot chatBot)
|
||||||
|
{
|
||||||
|
Handler.BotLoad(chatBot);
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Check whether Terrain and Movements is enabled.
|
/// Check whether Terrain and Movements is enabled.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue