hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

if-true

Executes commands if the value is true.
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 true
return
void
The return value from the executed commands, if any