You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Wiki/pages/输入字符弹窗-%2D-TextInquiry.md

29 lines
1.2 KiB
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

**2023年02月07日 皮蛋创建 需代码侧审核格式及内容是否正确**
# 接口名称
```
InformationManager.ShowTextInquiry
```
# 接口位置
```
TaleWorlds.Library
```
# 功能说明
- 一种弹窗。
- 玩家需要输入字符,然后单击确认。
- 可能需要规定玩家可以输入的字符类型。例如,只能是数字。
- 弹窗时游戏暂停。
- 与其他弹窗相比,此弹窗主要用于需要玩家输入自定义文字的情境下。例如,玩家修改自己的名字、玩家修改家族的名字、玩家修改某个定居点的名称时。
- 或者用于需要玩家输入由玩家决定的数字时。例如琪露诺出了一道题问“1+1=若玩家需要输入“2”或“二”并确认返回“答题正确”若玩家输入其他内容返回“答题错误”。
# 案例截图
截图案例来源于[军火商模组](https://bbs.mountblade.com.cn/download_60.html)
![QQ截图20230207005318.png](../assets/QQ截图20230207005318-e11ef61f-4d22-4816-990b-c28f8ac70935.png)
# 使用案例
位于[军火商模组](https://bbs.mountblade.com.cn/download_60.html)```需要更多信息```
```
需要更多信息
```