Platform Compatibility
PC | Mac OSX | Oculus Quest |
---|---|---|
X | X | X |
Make a script run at intervals or not. This is different than onFrameTick as it will re-evaluate the whole script each time it runs. This generates a lot of overhead memory usage if misused, but is available if need be.
Parameters:
- index
- An integer value
- time
- A float value
- active Optional
- A boolean value
Example:
1 | obj.runInterval(index, time, active) |