Свойство | Тип | Описание | |
---|---|---|---|
SpellMetadataFile | string |
Метод | Описание | |
---|---|---|
AddSpell ( SpellMetadata spell ) : void | ||
ClearSpells ( ) : void | ||
ContainsSpell ( string spellName ) : bool | ||
GetSpell ( string spellName ) : SpellMetadata | ||
LoadFromFile ( string filename ) : void | ||
LoadFromStream ( Stream stream ) : void | ||
RemoveSpell ( string spellName ) : bool | ||
RenameSpell ( string originalName, string newName ) : bool | ||
SaveToFile ( string filename ) : void | ||
SaveToStream ( Stream stream ) : void |
Метод | Описание | |
---|---|---|
OnSpellAdded ( SpellMetadata spell ) : void | ||
OnSpellChanged ( SpellMetadata spell ) : void | ||
OnSpellRemoved ( SpellMetadata spell ) : void | ||
SpellMetadataManager ( ) : System |
public AddSpell ( SpellMetadata spell ) : void | ||
spell | SpellMetadata | |
Результат | void |
public ContainsSpell ( string spellName ) : bool | ||
spellName | string | |
Результат | bool |
public GetSpell ( string spellName ) : SpellMetadata | ||
spellName | string | |
Результат | SpellMetadata |
public LoadFromFile ( string filename ) : void | ||
filename | string | |
Результат | void |
public LoadFromStream ( Stream stream ) : void | ||
stream | Stream | |
Результат | void |
public RemoveSpell ( string spellName ) : bool | ||
spellName | string | |
Результат | bool |
public RenameSpell ( string originalName, string newName ) : bool | ||
originalName | string | |
newName | string | |
Результат | bool |
public SaveToFile ( string filename ) : void | ||
filename | string | |
Результат | void |
public SaveToStream ( Stream stream ) : void | ||
stream | Stream | |
Результат | void |