载入中...
搜索中...
未找到
一次交互事件。 更多...
#include <CardTypes.h>
Public 属性 | |
| std::string | type |
| 事件类型:"click" | "drop"。 | |
| std::string | hand |
| 来源手牌 owner。 | |
| std::string | zoneId |
| drop 目标的落牌区 id(click 为空)。 | |
| std::string | cardId |
| std::string | reason |
| dropRejected 时为拒绝原因。 | |
详细描述
一次交互事件。
在文件 CardTypes.h 第 210 行定义.
类成员变量说明
◆ cardId
| std::string eve::card::CardEvent::cardId |
在文件 CardTypes.h 第 217 行定义.
◆ hand
| std::string eve::card::CardEvent::hand |
来源手牌 owner。
在文件 CardTypes.h 第 214 行定义.
◆ reason
| std::string eve::card::CardEvent::reason |
dropRejected 时为拒绝原因。
在文件 CardTypes.h 第 219 行定义.
◆ type
| std::string eve::card::CardEvent::type |
事件类型:"click" | "drop"。
在文件 CardTypes.h 第 212 行定义.
◆ zoneId
| std::string eve::card::CardEvent::zoneId |
drop 目标的落牌区 id(click 为空)。
在文件 CardTypes.h 第 216 行定义.
该结构体的文档由以下文件生成:
- src/modules/card/CardTypes.h