|
Pol
Revision:cb584c9
|
#include <action.h>
Classes | |
| struct | NewAnimDef |
| struct | OldAnimDef |
Public Member Functions | |
| MobileTranslate () | |
| size_t | estimateSize () const |
| bool | has_graphic (u16 graphic) const |
Public Attributes | |
| std::vector< u16 > | graphics |
| NewAnimDef | new_anim [ACTION__HIGHEST+1] |
| OldAnimDef | old_anim [ACTION__HIGHEST+1] |
| bool | supports_mount |
| Pol::Core::MobileTranslate::MobileTranslate | ( | ) |
Definition at line 44 of file bowsalut.cpp.
References new_anim, and old_anim.
Referenced by estimateSize().
| size_t Pol::Core::MobileTranslate::estimateSize | ( | ) | const |
Definition at line 54 of file bowsalut.cpp.
References graphics, and MobileTranslate().
| bool Pol::Core::MobileTranslate::has_graphic | ( | u16 | graphic | ) | const |
Definition at line 49 of file bowsalut.cpp.
References graphics.
| std::vector<u16> Pol::Core::MobileTranslate::graphics |
Definition at line 109 of file action.h.
Referenced by estimateSize(), has_graphic(), and Pol::Core::load_anim_xlate_cfg().
| NewAnimDef Pol::Core::MobileTranslate::new_anim[ACTION__HIGHEST+1] |
Definition at line 111 of file action.h.
Referenced by Pol::Core::load_anim_xlate_cfg(), MobileTranslate(), and Pol::Core::send_action_to_inrange().
| OldAnimDef Pol::Core::MobileTranslate::old_anim[ACTION__HIGHEST+1] |
Definition at line 110 of file action.h.
Referenced by Pol::Core::load_anim_xlate_cfg(), MobileTranslate(), and Pol::Core::send_action_to_inrange().
| bool Pol::Core::MobileTranslate::supports_mount |
Definition at line 112 of file action.h.
Referenced by Pol::Core::load_anim_xlate_cfg(), and Pol::Core::send_action_to_inrange().