dp-s_doc/Object/Dungeon/Dungeon.md

34 lines
666 B
Markdown
Raw Permalink 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.

# Dungeon 类函数文档
**类说明**
`Dungeon`类用于表示游戏中的副本对象,包含副本的各种属性和操作方法。
---
## 二、GetId 函数
### 函数签名
- `function GetId()`
### 返回值
- 整数,表示副本的 ID。
### 说明
获取副本的 ID。
---
## 三、GetName 函数
### 函数签名
- `function GetName()`
### 返回值
- 字符串,表示副本的名称。
### 说明
获取副本的名称。
---
## 四、GetMinLevel 函数
### 函数签名
- `function GetMinLevel()`
### 返回值
- 整数,表示副本的最低等级要求。
### 说明
获取副本的最低等级要求。