Contents | Index | < Browse | Browse >
Command:
state = GetLoop
Description:
Get the current state of the loop gadget. The result is a boolean and 1
means on and 0 means off.
Input:
None
Result:
state - This is a boolean where FALSE means off and TRUE means on.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Command:
LoopOff
Description:
Set the loop to off.
Input:
None
Result:
None
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Command:
LoopOn
Description:
Turns the loop on.
Input:
None
Result:
None
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Command:
state = ToggleLoop
Description:
Toggles the loop and return the new state.
Input:
None
Result:
state - This is a boolean where FALSE means off and TRUE means on.