Kartridge C API Documentation
KongItem Struct Reference

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...
 

Detailed Description

This structure holds information about an in-game item.

Field Documentation

§ description

char KongItem::description[101]

The description of the item.

§ id

uint64_t KongItem::id

The unique identifier for the item.

§ identifier

char KongItem::identifier[101]

The developer-defined string identifier for the item.

§ name

char KongItem::name[101]

The name of the item.

§ price

uint32_t KongItem::price

The USD cost of the item in cents.