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

Static Public Member Functions

static NeoProfile Load (string path)
 Loads a new NeoProfile instance from a path.
static NeoProfile Load (XElement element, string path="")
 Loads a new NeoProfile instance from an element.

Properties

XElement Element [get]
string Path [get]
 The full path to the XML file, or null if it was not loaded from file.
string BehaviorDirectory [get, set]
 Gets or sets the name.
string Name [get, set]
 Gets or sets the name.
float KillRadius [get, set]
List< GrindAreaGrindAreas [get, set]
List< CodeChunkCodeChunks [get, set]
List< AerialBlackspotAerialBlackspots [get, set]

Member Function Documentation

◆ Load() [1/2]

NeoProfile ff14bot.NeoProfiles.NeoProfile.Load ( string path)
static

Loads a new NeoProfile instance from a path.

Parameters
path
Exceptions
System.IO.FileNotFoundExceptionThrown when there exists no file at Path.
System.Xml.XmlExceptionThrown if the XML file at Path is not valid XML.

◆ Load() [2/2]

NeoProfile ff14bot.NeoProfiles.NeoProfile.Load ( XElement element,
string path = "" )
static

Loads a new NeoProfile instance from an element.

Parameters
elementThe element.
path
Returns

Property Documentation

◆ AerialBlackspots

List<AerialBlackspot> ff14bot.NeoProfiles.NeoProfile.AerialBlackspots
getset

◆ BehaviorDirectory

string ff14bot.NeoProfiles.NeoProfile.BehaviorDirectory
getset

Gets or sets the name.

The name.

◆ CodeChunks

List<CodeChunk> ff14bot.NeoProfiles.NeoProfile.CodeChunks
getset

◆ Element

XElement ff14bot.NeoProfiles.NeoProfile.Element
get

◆ GrindAreas

List<GrindArea> ff14bot.NeoProfiles.NeoProfile.GrindAreas
getset

◆ KillRadius

float ff14bot.NeoProfiles.NeoProfile.KillRadius
getset

◆ Name

string ff14bot.NeoProfiles.NeoProfile.Name
getset

Gets or sets the name.

The name.

◆ Path

string ff14bot.NeoProfiles.NeoProfile.Path
get

The full path to the XML file, or null if it was not loaded from file.