C# Class ff14bot.NeoProfiles.SellItem

Inheritance: ProfileBehavior
Mostra file Open project: Entrax643/EntraxBuddy

Private Properties

Property Type Description

Public Methods

Method Description
Log ( string text ) : void
TeleportTo ( ushort zoneId, uint aetheryteId ) : Task

Protected Methods

Method Description
CreateBehavior ( ) : Composite
OnDone ( ) : void
OnResetCachedDone ( ) : void
OnStart ( ) : void
Sell ( ) : Task

Method Details

CreateBehavior() protected method

protected CreateBehavior ( ) : Composite
return Composite

Log() public static method

public static Log ( string text ) : void
text string
return void

OnDone() protected method

protected OnDone ( ) : void
return void

OnResetCachedDone() protected method

protected OnResetCachedDone ( ) : void
return void

OnStart() protected method

protected OnStart ( ) : void
return void

Sell() protected method

protected Sell ( ) : Task
return Task

TeleportTo() public static method

public static TeleportTo ( ushort zoneId, uint aetheryteId ) : Task
zoneId ushort
aetheryteId uint
return Task