Property | Type | Description | |
---|---|---|---|
SpellMetadataFile | string |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
OnSpellAdded ( SpellMetadata spell ) : void | ||
OnSpellChanged ( SpellMetadata spell ) : void | ||
OnSpellRemoved ( SpellMetadata spell ) : void | ||
SpellMetadataManager ( ) : System |
public AddSpell ( SpellMetadata spell ) : void | ||
spell | SpellMetadata | |
return | void |
public ContainsSpell ( string spellName ) : bool | ||
spellName | string | |
return | bool |
public GetSpell ( string spellName ) : SpellMetadata | ||
spellName | string | |
return | SpellMetadata |
public LoadFromFile ( string filename ) : void | ||
filename | string | |
return | void |
public LoadFromStream ( Stream stream ) : void | ||
stream | Stream | |
return | void |
public RemoveSpell ( string spellName ) : bool | ||
spellName | string | |
return | bool |
public RenameSpell ( string originalName, string newName ) : bool | ||
originalName | string | |
newName | string | |
return | bool |