Documentation

Do While Loop - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: Do While Loop

Root.LoopWhile(
  Condition Boolean
) 
Continuously loop until condition returns false

Parameters

Condition Boolean
The condition that repeats the script inside when true

Return Value

Nothing

Lua Usage

Root.LoopWhile(condition)

If you think anything is missing, please feel free to: submit documentation feedback on this page