C# Class PlayOnline.FFXI.Things.SpellInfo2

Inheritance: PlayOnline.FFXI.Things.Thing
Afficher le fichier Open project: Windower/POLUtils

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
LoadField ( string Field, System Node ) : void

Method Details

Clear() public final méthode

public final Clear ( ) : void
Résultat void

GetAllFields() public méthode

public GetAllFields ( ) : List
Résultat List

GetFieldText() public méthode

public GetFieldText ( string Field ) : string
Field string
Résultat string

GetFieldValue() public méthode

public GetFieldValue ( string Field ) : object
Field string
Résultat object

HasField() public méthode

public HasField ( string Field ) : bool
Field string
Résultat bool

LoadField() protected méthode

protected LoadField ( string Field, System Node ) : void
Field string
Node System
Résultat void

Read() public méthode

public Read ( BinaryReader BR ) : bool
BR System.IO.BinaryReader
Résultat bool

SpellInfo2() public méthode

public SpellInfo2 ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string