点击图片可看到更多讯息
开始使用于
- 游戏:
- Armed Assault
- 版本:
- 1.00
描述
- 描述:
- Close given display with exit code. Most common exit codes are:
#define IDC_OK 1 //emulate "Ok" button
#define IDC_CANCEL 2 //emulate "Cancel" button
基本句法
范例
- 范例1:
_display closeDisplay 1;
- 范例2:
#define IDC_OK 1 _display closeDisplay IDC_OK;
额外资讯
- 多人游戏:
- -
- 也可以看看:
- createDisplaycloseDialog
注意事项
Notes
Bottom Section
- Posted on November 18, 2015 - 02:44 (UTC)
- LongEnoughName
- closeDisplay does not instantly close the display but does it on next display simulation cycle (when display becomes active)