Files
netease-modsdk-wiki/docs/mcdocs/1-ModAPI/事件/联机大厅.md
2025-03-17 13:24:39 +08:00

34 lines
996 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
sidebarDepth: 1
---
# 联机大厅
# 索引
| 事件 | <div style="width: 3em"></div> | 描述 |
| --- | --- | --- |
| [lobbyGoodBuySucServerEvent](联机大厅.md#lobbygoodbuysucserverevent) | <span style="display:inline;color:#ff5555">服务端</span> | 玩家登录联机大厅服务器或者联机大厅游戏内购买商品时触发。如果是玩家登录触发时玩家客户端已经触发了UiInitFinished事件 |
# 联机大厅
## lobbyGoodBuySucServerEvent
<span style="display:inline;color:#ff5555">服务端</span>
- 描述
玩家登录联机大厅服务器或者联机大厅游戏内购买商品时触发。如果是玩家登录触发时玩家客户端已经触发了UiInitFinished事件
- 参数
| 参数名 | <div style="width: 4em">数据类型</div> | 说明 |
| :--- | :--- | :--- |
| eid | str | 购买商品的玩家实体id |
| buyItem | bool | 玩家登录时为False玩家购买了商品时为True |
- 返回值