The "vngen_is_button_selected" Function
#
SyntaxArgument | Type | Description |
---|---|---|
id | real/string | The log button ID to check |
#
DescriptionChecks whether or not the specified button is selected (either by mouse/touch or vngen_do_button_select
) and returns true
or false
.
Note that this script is different from vngen_get_button
in that it will return true
while the button is held down, not just when it is released and activated.