Rebornbuddy
Loading...
Searching...
No Matches
ff14bot Namespace Reference

Namespaces

namespace  AClasses
namespace  Behavior
namespace  BotBases
namespace  Buddy
namespace  BundledAddins
namespace  CharacterManagement
namespace  Directors
namespace  Enums
namespace  Forms
namespace  Helpers
namespace  Interfaces
namespace  Managers
namespace  Navigation
namespace  NeoProfile
namespace  NeoProfiles
namespace  Objects
namespace  Overlay3D
namespace  Pathing
namespace  Radar
namespace  RemoteAgents
namespace  RemoteWindows
namespace  ServiceClient
namespace  Settings
namespace  Windows

Classes

class  AcessHelper
class  App
 Interaction logic for App.xaml. More...
class  Core
 The Core class provides a central management and utility framework for interacting with the game. It contains references to primary objects, configurations, memory access, and performs various key tasks. More...
class  Ext
 Extension methods and utility functions for FF14Bot. More...
class  LoginWindow
 LoginWindow. More...
class  ProcessEntry
class  ProcessSelectorWindow
 ProcessSelectorWindow. More...
class  TimedWebClient
class  TreeRoot
 Represents the root controller for bot execution and management within the application. Provides functionality to manage bot lifecycle, including starting, stopping, and monitoring the bot's state and performance. More...
class  UpdateWindow
 UpdateWindow. More...

Functions

delegate void BotEvent (BotBase bot)
 Represents a delegate for bot-related events, which is invoked when specific bot actions occur.

Function Documentation

◆ BotEvent()

delegate void ff14bot.BotEvent ( BotBase bot)

Represents a delegate for bot-related events, which is invoked when specific bot actions occur.

Parameters
botThe BotBase instance associated with the event.