BotManagerRemove Method (String) |
Removes a bot from the collection.
Namespace:
ff14bot.Managers
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public static bool Remove(
string name
)
Parameters
- name
- Type: SystemString
name of the bot.
Return Value
Type:
Booleantrue if it succeeds, false if it fails.
See Also