C# Class PlayOnline.FFXI.Things.SpellInfo2

Inheritance: PlayOnline.FFXI.Things.Thing
Exibir arquivo Open project: Windower/POLUtils

Public Methods

Method Description
Clear ( ) : void
GetAllFields ( ) : List
GetFieldText ( string Field ) : string
GetFieldValue ( string Field ) : object
HasField ( string Field ) : bool
Read ( BinaryReader BR ) : bool
SpellInfo2 ( ) : System
ToString ( ) : string

Protected Methods

Method Description
LoadField ( string Field, System Node ) : void

Method Details

Clear() public final method

public final Clear ( ) : void
return void

GetAllFields() public method

public GetAllFields ( ) : List
return List

GetFieldText() public method

public GetFieldText ( string Field ) : string
Field string
return string

GetFieldValue() public method

public GetFieldValue ( string Field ) : object
Field string
return object

HasField() public method

public HasField ( string Field ) : bool
Field string
return bool

LoadField() protected method

protected LoadField ( string Field, System Node ) : void
Field string
Node System
return void

Read() public method

public Read ( BinaryReader BR ) : bool
BR System.IO.BinaryReader
return bool

SpellInfo2() public method

public SpellInfo2 ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string