载入中...
搜索中...
未找到
eve::inventory::InventoryChangeEvent结构体 参考

一次成功库存变更的事件(供脚本 poll / C++ hook)。 更多...

#include <ItemTypes.h>

Public 属性

std::string action
 add/remove/move/swap/split/merge/transfer/equip/unequip
 
std::string bagId
 
std::string otherBagId
 
std::string itemId
 
int quantity = 0
 
int slot = -1
 
int otherSlot = -1
 
std::string equipSlot
 

详细描述

一次成功库存变更的事件(供脚本 poll / C++ hook)。

在文件 ItemTypes.h46 行定义.

类成员变量说明

◆ action

◆ bagId

◆ equipSlot

std::string eve::inventory::InventoryChangeEvent::equipSlot

◆ itemId

◆ otherBagId

std::string eve::inventory::InventoryChangeEvent::otherBagId

◆ otherSlot

◆ quantity

◆ slot


该结构体的文档由以下文件生成: