Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.NeoProfiles.NeoProfileManager Class Reference

Public Member Functions

delegate void GrindAreaEvent ()
 Yeah.

Static Public Member Functions

static void UpdateGrindArea ()
 Updates the grind area.
static void UpdateCurrentProfileBehavior ()
 Updates the current profile behavior.
static void Load (string profilePath, bool rememberPath=true)
 Loads a profile from the specified path.

Properties

static NeoProfile CurrentProfile [get, set]
 Gets or sets the current profile being used by the bot.
static GrindArea CurrentGrindArea [get, set]
 Gets the current grind area being used by the bot.

Events

static GrindAreaEvent GrindAreaChanged
 Fired when the current grind area has changed.

Member Function Documentation

◆ GrindAreaEvent()

delegate void ff14bot.NeoProfiles.NeoProfileManager.GrindAreaEvent ( )

Yeah.

◆ Load()

void ff14bot.NeoProfiles.NeoProfileManager.Load ( string profilePath,
bool rememberPath = true )
static

Loads a profile from the specified path.

Parameters
profilePathThe profile path.
rememberPath

Created 2012-04-12

◆ UpdateCurrentProfileBehavior()

void ff14bot.NeoProfiles.NeoProfileManager.UpdateCurrentProfileBehavior ( )
static

Updates the current profile behavior.

Created 2012-04-12

◆ UpdateGrindArea()

void ff14bot.NeoProfiles.NeoProfileManager.UpdateGrindArea ( )
static

Updates the grind area.

Nesox, 2013-07-03.

Property Documentation

◆ CurrentGrindArea

GrindArea ff14bot.NeoProfiles.NeoProfileManager.CurrentGrindArea
staticgetset

Gets the current grind area being used by the bot.

The current grind area.

◆ CurrentProfile

NeoProfile ff14bot.NeoProfiles.NeoProfileManager.CurrentProfile
staticgetset

Gets or sets the current profile being used by the bot.

The current.

Event Documentation

◆ GrindAreaChanged

GrindAreaEvent ff14bot.NeoProfiles.NeoProfileManager.GrindAreaChanged
static

Fired when the current grind area has changed.