

点击图片可看到更多讯息
开始使用于
- 游戏:
- Operation Flashpoint
- 版本:
- 1.5
描述
- 描述:
- Close the currently active user dialog with exit code. Most common exit codes are:
#define IDC_OK 1 //emulate "Ok" button
#define IDC_CANCEL 2 //emulate "Cancel" button
基本句法
范例
- 范例1:
closeDialog 2;
- 范例2:
#define IDC_CANCEL 2 closeDialog IDC_CANCEL;
额外资讯
- 多人游戏:
- -
- 也可以看看:
- createDialogdialogcloseDisplay