Kartridge C API Documentation
|
This structure holds information about an in-game item. More...
Data Fields | |
uint64_t | id |
The unique identifier for the item. More... | |
uint32_t | price |
The USD cost of the item in cents. More... | |
char | identifier [101] |
The developer-defined string identifier for the item. More... | |
char | name [101] |
The name of the item. More... | |
char | description [101] |
The description of the item. More... | |
This structure holds information about an in-game item.
char KongItem::description[101] |
The description of the item.
uint64_t KongItem::id |
The unique identifier for the item.
char KongItem::identifier[101] |
The developer-defined string identifier for the item.
char KongItem::name[101] |
The name of the item.
uint32_t KongItem::price |
The USD cost of the item in cents.