dp-s_doc/Object/AccountCargo/AccountCargo.md

32 lines
578 B
Markdown
Raw Permalink Normal View History

2025-03-23 18:51:55 +08:00
# AccountCargo 类函数文档
**类说明**
`AccountCargo`类用于表示游戏中的账号金库的各种属性和操作方法。
---
## 二、GetEmptySlot 函数
### 函数签名
- `function GetEmptySlot()`
### 返回值
- 整数,表示空格子的槽位。
### 说明
获取获取空格子。
---
## 三、InsertItem 函数
### 函数签名
- `function InsertItem()`
### 说明
存储物品。
---
## 四、SendItemList 函数
### 函数签名
- `function SendItemList()`
### 返回值
- 整数Flag。
### 说明
刷新列表。