Click or drag to resize

AsyncBotBase Properties

The AsyncBotBase type exposes the following members.

Properties
  NameDescription
Public propertyEnglishName
Name of the bot in english for logging purposes
(Inherited from BotBase.)
Public propertyIsAutonomous
Return false if human presence is needed.
(Inherited from BotBase.)
Public propertyIsPrimaryType Obsolete.
Unused
(Inherited from BotBase.)
Public propertyName
Botbase name
(Inherited from BotBase.)
Public propertyPulseFlags
What flags should the pulsator execute
(Inherited from BotBase.)
Public propertyRequiresProfile
Should the load profile button be enabled
(Inherited from BotBase.)
Public propertyRoot
Base logic that needs to be implemented
(Inherited from BotBase.)
Public propertyWantButton
Overrides if the bot settings button should be enabled
(Inherited from BotBase.)
Top
See Also