UFO: Alien Invasion
|
item cargo entry More...
#include <itemcargo.h>
Data Fields | |
const objDef_t * | objDef |
int | amount |
int | looseAmount |
item cargo entry
Definition at line 32 of file itemcargo.h.
int itemCargo_s::amount |
Number of items of this type in this cargo
Definition at line 34 of file itemcargo.h.
Referenced by ItemCargo::getAmount().
int itemCargo_s::looseAmount |
Number of loose/partial items - like bullets for clip
Definition at line 35 of file itemcargo.h.
Referenced by ItemCargo::getLooseAmount().
const objDef_t* itemCargo_s::objDef |
Pointer to object definition structure
Definition at line 33 of file itemcargo.h.