Click or drag to resize

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
C#
public static bool Remove(
	string name
)

Parameters

name
Type: SystemString
name of the bot.

Return Value

Type: Boolean
true if it succeeds, false if it fails.
See Also