OrderBotIsPrimaryType Property |
Gets a value indicating whether this bot is a primary bot. (Should be executed "at all times" excluding when a secondary bot has need to run. See: mixed-mode).
Namespace:
ff14bot.BotBases
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public override bool IsPrimaryType { get; }
Property Value
Type:
BooleanSee Also