载入中...
搜索中...
未找到
ItemTypes.h 文件参考
#include <string>
#include <unordered_map>
#include <vector>

浏览源代码.

struct  eve::inventory::ItemDefinition
 物品模板(进程级注册表中的定义,不含运行时数量)。 更多...
 
struct  eve::inventory::ItemStack
 容器中的一格堆叠(空槽:itemId 为空或 quantity <= 0)。 更多...
 
struct  eve::inventory::InventoryChangeEvent
 一次成功库存变更的事件(供脚本 poll / C++ hook)。 更多...
 

命名空间

namespace  eve
 
namespace  eve::inventory
 运行时容器:固定格数的背包 / 箱子 / 商店栏等。 行为由 InventorySystem 提供;本类暴露便于脚本绑定的薄封装方法。