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

character_final_status.hh

説明を見る。
00001 #ifndef CHARACTER_FINAL_STATUS_HH_
00002 # define CHARACTER_FINAL_STATUS_HH_
00003 
00004 # include "incoming-packet.hh"
00005 # include "packets_fwd.hh"
00006 
00007 namespace infos
00008 {
00009   class CharacterFinalStatus : public packets::IncomingPacket
00010   {
00011   public:
00012     CharacterFinalStatus(int size = 44);
00013 
00014     const static int op = 0x2f;
00015 
00016     void print_tag(std::ostream &os) const;
00017     void print_data(std::ostream &os) const;
00018     void process(packets::PacketVisitor &ph);
00019 
00020     int get_level() const;
00021     int get_max_hp() const;
00022     int get_max_mp() const;
00023     int get_actual_str_points() const;
00024     int get_actual_dex_points() const;
00025     int get_actual_sta_points() const;
00026     int get_actual_int_points() const;
00027     int get_fame() const;
00028     int get_actual_min_attack() const;
00029     int get_actual_max_attack() const;
00030     int get_actual_accuracy() const;
00031     int get_actual_defense() const;
00032     int get_actual_dodge() const;
00033     int get_vs_fire() const;
00034     int get_vs_water() const;
00035     int get_vs_lightning() const;
00036     int get_vs_poison() const;
00037     int get_max_weight() const;
00038   };
00039 }
00040 
00041 #endif

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