Calls func every frame at a time determaned by priority
| <vizact>.onupdate( | |
| priority | |
| func | |
| *args |
)
priority
The priority of the update function
func
The function to call on update
*args
Arguments to pass to function
Priority of -5 happens before priority 0, which happens before priority 10.
None