ManaPlus
Public Member Functions | Data Fields
PetInfo Struct Reference

#include <petinfo.h>

Public Member Functions

 PetInfo ()
 

Data Fields

std::string name
 
BeingId id
 
int level
 
int hungry
 
int intimacy
 
int race
 
int performance
 
int hairStyle
 
int equip
 

Detailed Description

Definition at line 31 of file petinfo.h.

Constructor & Destructor Documentation

◆ PetInfo()

PetInfo::PetInfo ( )
inline

Definition at line 33 of file petinfo.h.

33  :
34  name(),
36  level(0),
37  hungry(0),
38  intimacy(0),
39  race(0),
40  performance(0),
41  hairStyle(0),
42  equip(0)
43  { }
const BeingId BeingId_zero
Definition: beingid.h:30
int race
Definition: petinfo.h:52
int hairStyle
Definition: petinfo.h:54
int intimacy
Definition: petinfo.h:51
int level
Definition: petinfo.h:49
int equip
Definition: petinfo.h:55
int hungry
Definition: petinfo.h:50
std::string name
Definition: petinfo.h:47
int performance
Definition: petinfo.h:53
BeingId id
Definition: petinfo.h:48

Field Documentation

◆ equip

int PetInfo::equip

Definition at line 55 of file petinfo.h.

◆ hairStyle

int PetInfo::hairStyle

Definition at line 54 of file petinfo.h.

◆ hungry

int PetInfo::hungry

Definition at line 50 of file petinfo.h.

◆ id

BeingId PetInfo::id

Definition at line 48 of file petinfo.h.

◆ intimacy

int PetInfo::intimacy

Definition at line 51 of file petinfo.h.

◆ level

int PetInfo::level

Definition at line 49 of file petinfo.h.

Referenced by PlayerInfo::setPetBeing().

◆ name

std::string PetInfo::name

Definition at line 47 of file petinfo.h.

Referenced by PlayerInfo::setPetBeing().

◆ performance

int PetInfo::performance

Definition at line 53 of file petinfo.h.

◆ race

int PetInfo::race

Definition at line 52 of file petinfo.h.


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