|
DI-Guy Lua AI SDK
|
A helper class for setting up camera and other buttons on the screen. More...
Public Member Functions | |
| setmetatable (registry,{__mode= 'v'}) | |
| create_var_button (var_name, options) | |
| create_camera_buttons (options) | |
| create_ui_button (label_text, options) | |
| create_multiple_choice_buttons (options,...) | |
| destroy_multiple_choice_buttons () | |
| show_info_label (name, message, offset) | |
| remove_info_label (name) | |
Public Attributes | |
| registry = {} | |
A helper class for setting up camera and other buttons on the screen.
| luaLabel::create_camera_buttons | ( | options | ) |
| luaLabel::create_multiple_choice_buttons | ( | options | , |
| ... | |||
| ) |
| luaLabel::create_ui_button | ( | label_text | , |
| options | |||
| ) |
| luaLabel::create_var_button | ( | var_name | , |
| options | |||
| ) |
| luaLabel::destroy_multiple_choice_buttons | ( | ) |
| luaLabel::remove_info_label | ( | name | ) |
| luaLabel::show_info_label | ( | name | , |
| message | , | ||
| offset | |||
| ) |
| luaLabel::registry = {} |