ManaPlus
Public Member Functions | Data Fields
MercenaryInfo Struct Reference

#include <mercenaryinfo.h>

Public Member Functions

 MercenaryInfo ()
 

Data Fields

std::string name
 
BeingId id
 
int level
 
int range
 

Detailed Description

Definition at line 30 of file mercenaryinfo.h.

Constructor & Destructor Documentation

◆ MercenaryInfo()

MercenaryInfo::MercenaryInfo ( )
inline

Definition at line 32 of file mercenaryinfo.h.

32  :
33  name(),
35  level(0),
36  range(0)
37  { }
const BeingId BeingId_zero
Definition: beingid.h:30
std::string name
Definition: mercenaryinfo.h:41

Field Documentation

◆ id

BeingId MercenaryInfo::id

◆ level

int MercenaryInfo::level

◆ name

std::string MercenaryInfo::name

◆ range

int MercenaryInfo::range

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