hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

if-false

Executes commands if the value is false.
Parameter
Type
Description
value
bool
The boolean value to check
return
type
The expected return type from the commands
commands
commands
Commands to execute if the value is false
return
void
The return value from the executed commands, if any