Horizon Official Technical Documentation
|
|
#include <BonusesImpl.hpp>
Public Member Functions | |
BonusAutoSpellOnSkill (std::shared_ptr< Unit > unit) | |
void | set (int type, s_autospell bonus, bool notify_client=true) |
![]() | |
BonusArray (std::shared_ptr< Unit > unit, status_point_type status_point_type) | |
BonusArray (const BonusArray &other) | |
BonusArray (BonusArray &&other) | |
BonusArray & | operator= (const BonusArray &other) |
BonusArray & | operator= (BonusArray &&other) |
s_autospell & | operator[] (int type) |
const s_autospell & | operator[] (int type) const |
s_autospell | get (int type) |
void | set (int type, s_autospell bonus) |
void | clear () |
void | clear (int type) |
![]() | |
IBonusArray (status_point_type type) | |
virtual | ~IBonusArray () |
virtual void | clear ()=0 |
virtual void | clear (int type)=0 |
status_point_type | get_type () |
void | set_type (status_point_type st_type) |
Additional Inherited Members | |
![]() | |
std::array< s_autospell, TYPEMAX > | _types |
![]() | |
status_point_type | _st_type |
|
inline |
|
inline |
References Horizon::Zone::Bonuses::BonusArray< s_autospell, MAX_AUTOSPELL >::_types.
Referenced by Horizon::Zone::UnitComponent::sync_data_types().