Method | Description | |
---|---|---|
ClearLines ( ) : void | ||
ContainsLines ( string spellName ) : bool | ||
GetLines ( string spellName ) : int? | ||
RemoveLines ( string spellName ) : bool | ||
SetLines ( string spellName, int lines ) : void |
public ContainsLines ( string spellName ) : bool | ||
spellName | string | |
return | bool |
public RemoveLines ( string spellName ) : bool | ||
spellName | string | |
return | bool |
public SetLines ( string spellName, int lines ) : void | ||
spellName | string | |
lines | int | |
return | void |