Property | Type | Description | |
---|---|---|---|
StaffMetadataFile | string |
Method | Description | |
---|---|---|
AddStaff ( |
||
ClearStaves ( ) : void | ||
ContainsStaff ( string staffName ) : bool | ||
GetBestStaffForSpell ( string spellName, IEnumerable |
||
GetBestStaffForSpell ( string spellName, int &numberOfLines, IEnumerable |
||
GetLinesWithStaff ( string staffName, string spellName ) : int? | ||
GetStaff ( string staffName ) : |
||
LoadFromFile ( string filename ) : void | ||
LoadFromStream ( Stream stream ) : void | ||
RecalculateAllSpells ( |
||
RecalculateAllStaves ( ) : void | ||
RecalculateSpell ( |
||
RecalculateSpellForAllStaves ( SpellMetadata spell ) : void | ||
RemoveStaff ( string staffName ) : bool | ||
RenameStaff ( string originalName, string newName ) : bool | ||
SaveToFile ( string filename ) : void | ||
SaveToStream ( Stream stream ) : void |
Method | Description | |
---|---|---|
CalculateLines ( |
||
CalculateLinesForSpell ( |
||
OnStaffAdded ( |
||
OnStaffModifiersChanged ( |
||
OnStaffRemoved ( |
||
OnStaffUpdated ( |
||
SpellManager_SpellAdded ( object sender, |
||
StaffMetadataManager ( ) : System | ||
staff_ModifiersChanged ( object sender, |
public AddStaff ( |
||
staff | ||
return | void |
public ContainsStaff ( string staffName ) : bool | ||
staffName | string | |
return | bool |
public GetBestStaffForSpell ( string spellName, IEnumerable |
||
spellName | string | |
possibleStaves | IEnumerable |
|
maximumLevel | int | |
maximumAbilityLevel | int | |
return |
public GetBestStaffForSpell ( string spellName, int &numberOfLines, IEnumerable |
||
spellName | string | |
numberOfLines | int | |
possibleStaves | IEnumerable |
|
maximumLevel | int | |
maximumAbilityLevel | int | |
return |
public GetLinesWithStaff ( string staffName, string spellName ) : int? | ||
staffName | string | |
spellName | string | |
return | int? |
public GetStaff ( string staffName ) : |
||
staffName | string | |
return |
public LoadFromFile ( string filename ) : void | ||
filename | string | |
return | void |
public LoadFromStream ( Stream stream ) : void | ||
stream | Stream | |
return | void |
public RecalculateAllSpells ( |
||
staff | ||
return | void |
public RecalculateSpell ( |
||
staff | ||
spell | SpellMetadata | |
return | void |
public RecalculateSpellForAllStaves ( SpellMetadata spell ) : void | ||
spell | SpellMetadata | |
return | void |
public RemoveStaff ( string staffName ) : bool | ||
staffName | string | |
return | bool |
public RenameStaff ( string originalName, string newName ) : bool | ||
originalName | string | |
newName | string | |
return | bool |