メインページ | ネームスペース一覧 | クラス階層 | アルファベット順一覧 | 構成 | ファイル一覧 | ネームスペースメンバ | 構成メンバ | ファイルメンバ

character_status.hh

説明を見る。
00001 #ifndef CHARACTER_STATUS_HH_
00002 # define CHARACTER_STATUS_HH_
00003 
00004 # include <string>
00005 
00006 # include "incoming-packet.hh"
00007 # include "packets_fwd.hh"
00008 
00009 namespace infos
00010 {
00011   class CharacterStatus : public packets::IncomingPacket
00012   {
00013   public:
00014     CharacterStatus(int size = 44);
00015 
00016     const static int op = 0x3c;
00017 
00018     void print_tag(std::ostream &os) const;
00019     void print_data(std::ostream &os) const;
00020     void process(packets::PacketVisitor &ph);
00021 
00022     std::string get_name() const;
00023     int get_class() const;
00024     int get_level() const;
00025     int get_fame() const;
00026     int get_str_points() const;
00027     int get_sta_points() const;
00028     int get_dex_points() const;
00029     int get_int_points() const;
00030     int get_free_status_points() const;
00031     int get_free_skill_points() const;
00032     int get_money_in_hand() const;
00033     int get_money_in_bank() const;
00034   };
00035 }
00036 
00037 #endif

Cronous Emulatorに対してWed Aug 17 06:01:21 2005に生成されました。  doxygen 1.4.2-20050421