C# Class SleepHunter.Metadata.ComputedSpellLines

Afficher le fichier Open project: ewrogers/SleepHunter4 Class Usage Examples

Méthodes publiques

Méthode Description
ClearLines ( ) : void
ContainsLines ( string spellName ) : bool
GetLines ( string spellName ) : int?
RemoveLines ( string spellName ) : bool
SetLines ( string spellName, int lines ) : void

Method Details

ClearLines() public méthode

public ClearLines ( ) : void
Résultat void

ContainsLines() public méthode

public ContainsLines ( string spellName ) : bool
spellName string
Résultat bool

GetLines() public méthode

public GetLines ( string spellName ) : int?
spellName string
Résultat int?

RemoveLines() public méthode

public RemoveLines ( string spellName ) : bool
spellName string
Résultat bool

SetLines() public méthode

public SetLines ( string spellName, int lines ) : void
spellName string
lines int
Résultat void