Core Rules
WoTC AD&D 2nd Edition -- Drakein API Reference
Loading...
Searching...
No Matches
CoreRules::ISpellPointsOb Class Referenceabstract

#include <ISpellPointsOb.h>

Public Member Functions

virtual ~ISpellPointsOb ()
virtual long GetLevel () const =0
virtual long GetSpellPoints () const =0
virtual long GetMaxMemorizedAtLevel () const =0
virtual long GetSpecialistBonus () const =0
virtual long GetMaxSpellLevel () const =0
virtual bool SetLevel (long v)=0
virtual bool SetSpellPoints (long v)=0
virtual bool SetMaxMemorizedAtLevel (long v)=0
virtual bool SetSpecialistBonus (long v)=0
virtual bool SetMaxSpellLevel (long v)=0
virtual ISpellPointsObClone () const =0

Constructor & Destructor Documentation

◆ ~ISpellPointsOb()

virtual CoreRules::ISpellPointsOb::~ISpellPointsOb ( )
inlinevirtual

Member Function Documentation

◆ Clone()

virtual ISpellPointsOb * CoreRules::ISpellPointsOb::Clone ( ) const
pure virtual

◆ GetLevel()

virtual long CoreRules::ISpellPointsOb::GetLevel ( ) const
pure virtual

◆ GetMaxMemorizedAtLevel()

virtual long CoreRules::ISpellPointsOb::GetMaxMemorizedAtLevel ( ) const
pure virtual

◆ GetMaxSpellLevel()

virtual long CoreRules::ISpellPointsOb::GetMaxSpellLevel ( ) const
pure virtual

◆ GetSpecialistBonus()

virtual long CoreRules::ISpellPointsOb::GetSpecialistBonus ( ) const
pure virtual

◆ GetSpellPoints()

virtual long CoreRules::ISpellPointsOb::GetSpellPoints ( ) const
pure virtual

◆ SetLevel()

virtual bool CoreRules::ISpellPointsOb::SetLevel ( long v)
pure virtual

◆ SetMaxMemorizedAtLevel()

virtual bool CoreRules::ISpellPointsOb::SetMaxMemorizedAtLevel ( long v)
pure virtual

◆ SetMaxSpellLevel()

virtual bool CoreRules::ISpellPointsOb::SetMaxSpellLevel ( long v)
pure virtual

◆ SetSpecialistBonus()

virtual bool CoreRules::ISpellPointsOb::SetSpecialistBonus ( long v)
pure virtual

◆ SetSpellPoints()

virtual bool CoreRules::ISpellPointsOb::SetSpellPoints ( long v)
pure virtual

The documentation for this class was generated from the following file: