ManaPlus
Public Member Functions | Data Fields
NpcInventoryInfo Struct Reference

#include <npcinventoryinfo.h>

Public Member Functions

 NpcInventoryInfo ()
 

Data Fields

std::string cell
 
int columns
 

Detailed Description

Definition at line 29 of file npcinventoryinfo.h.

Constructor & Destructor Documentation

◆ NpcInventoryInfo()

NpcInventoryInfo::NpcInventoryInfo ( )
inline

Definition at line 31 of file npcinventoryinfo.h.

31  :
32  cell(),
33  columns(100000)
34  {
35  }

Field Documentation

◆ cell

std::string NpcInventoryInfo::cell

Definition at line 39 of file npcinventoryinfo.h.

Referenced by loadNpcDialogInventory(), and NpcDialog::placeItemInputControls().

◆ columns

int NpcInventoryInfo::columns

Definition at line 40 of file npcinventoryinfo.h.

Referenced by loadNpcDialogInventory(), and NpcDialog::placeItemInputControls().


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