Pokebot
Pokemon FireRed bot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Classes | Public Member Functions | List of all members
Move Class Reference

#include <Move.hh>

Collaboration diagram for Move:
Collaboration graph

Public Member Functions

 Move ()
 
 Move (uint32_t addr, char *name)
 
uint8_t getPower () const
 
uint8_t getType () const
 
uint8_t getAccuracy () const
 
uint8_t getPP () const
 
uint8_t getEffectAccuracy () const
 
uint8_t getTarget () const
 
uint8_t getPriority () const
 
uint8_t getFlags () const
 
const char * getName () const
 

Constructor & Destructor Documentation

Move::Move ( )
inline
Move::Move ( uint32_t  addr,
char *  name 
)
inline

Member Function Documentation

uint8_t Move::getAccuracy ( ) const
inline
uint8_t Move::getEffectAccuracy ( ) const
inline
uint8_t Move::getFlags ( ) const
inline
const char* Move::getName ( ) const
inline
uint8_t Move::getPower ( ) const
inline
uint8_t Move::getPP ( ) const
inline
uint8_t Move::getPriority ( ) const
inline
uint8_t Move::getTarget ( ) const
inline
uint8_t Move::getType ( ) const
inline

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