CImmunitiesSpellList Class
The structure used for this class is CImmunitiesSpellList
Quick Ref |
void CImmunitiesSpellList::ClearAll() |
CImmunitySpell* CImmunitiesSpellList::FindRes(CResRef& type, int bOnlySpell) |
int CImmunitiesSpellList::OnList(CResRef& res, int bOnlySpell) |
CImmunitiesSpellList& CImmunitiesSpellList::operator=(CImmunitiesSpellList& y) |
Methods
Name |
Description |
CImmunitiesSpellList::ClearAll
void CImmunitiesSpellList::ClearAll();
Remarks
CImmunitiesSpellList::FindRes
CImmunitySpell* CImmunitiesSpellList::FindRes(
CResRef& type,
int bOnlySpell);
Parameters
CResRef& type -
intbOnlySpell -
Return Value
Returns CImmunitySpell*
Remarks
CImmunitiesSpellList::OnList
int CImmunitiesSpellList::OnList(
CResRef& res,
int bOnlySpell);
Parameters
CResRef& res -
intbOnlySpell -
Return Value
Returns int
Remarks
Operators
Name |
Description |
CImmunitiesSpellList::operator=
CImmunitiesSpellList& CImmunitiesSpellList::operator=(CImmunitiesSpellList& y);
Parameters
CImmunitiesSpellList& y -
Return Value
Returns CImmunitiesSpellList&
Remarks