GG修改器--lua脚本编写

对话框相关API

Methods for show various dialogs and toasts.

nil  toast (string text, bool fast=false)
  Show the toast. More...
 
int  alert (string text, string positive='ok', string negative=nil, string neutral=nil)
  Displays a dialog with several buttons. More...
 
mixed  prompt (table prompts, table defaults={}, table types={})
  Displays the dialog for data entry. More...
 
mixed  choice (table items, string selected=nil, string message=nil)
  Displays the selection dialog from the list. More...
 
mixed  multiChoice (table items, table selection={}, string message=nil)
  Displays the multiple choice dialog. More...
posted @ 2023-09-19 18:16  染上脏东西  阅读(253)  评论(0)    收藏  举报