Méthode | 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 | |
Résultat | bool |
public GetLines ( string spellName ) : int? | ||
spellName | string | |
Résultat | int? |
public RemoveLines ( string spellName ) : bool | ||
spellName | string | |
Résultat | bool |
public SetLines ( string spellName, int lines ) : void | ||
spellName | string | |
lines | int | |
Résultat | void |