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

CImmunitiesSpellList::FindRes

CImmunitiesSpellList::OnList

CImmunitiesSpellList::ClearAll

void CImmunitiesSpellList::ClearAll();

Remarks


CImmunitiesSpellList::FindRes

CImmunitySpell* CImmunitiesSpellList::FindRes(
   CResRef& type,
   int bOnlySpell);

Parameters

Return Value

Returns CImmunitySpell*

Remarks


CImmunitiesSpellList::OnList

int CImmunitiesSpellList::OnList(
   CResRef& res,
   int bOnlySpell);

Parameters

Return Value

Returns int

Remarks


Operators

Name

Description

CImmunitiesSpellList::operator=

CImmunitiesSpellList::operator=

CImmunitiesSpellList& CImmunitiesSpellList::operator=(CImmunitiesSpellList& y);

Parameters

Return Value

Returns CImmunitiesSpellList&

Remarks