C# Class SleepHunter.Metadata.ComputedSpellLines

Mostra file Open project: ewrogers/SleepHunter4 Class Usage Examples

Public Methods

Method 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 method

public ClearLines ( ) : void
return void

ContainsLines() public method

public ContainsLines ( string spellName ) : bool
spellName string
return bool

GetLines() public method

public GetLines ( string spellName ) : int?
spellName string
return int?

RemoveLines() public method

public RemoveLines ( string spellName ) : bool
spellName string
return bool

SetLines() public method

public SetLines ( string spellName, int lines ) : void
spellName string
lines int
return void