The "vngen_is_option_selected" Function
Syntax#
| Argument | Type | Description |
|---|---|---|
id | real/string | The option ID to check |
Description#
Checks whether or not the specified option is selected (either by mouse/touch or vngen_do_option_select) and returns true or false.
Note that this script is different from vngen_get_option in that it will return true while the option is held down, not just when it is released and activated.

X1