Usage
returns null
parameters none
sys.waitFrame();
Notes
- This command will halt execution of the thread it is in for one frame.
If you're looking to halt execution of a thread for more than one frame, consider wait instead.
waitFrame must be included in every for or while loop you use in the script or you'll encounter a Runaway Loop Error.