Question of 'calling' functions
Say I had a util function called
changeObjX. If I called that function would it be executed instantly or scheduled for the next tick?
Say I had a util function called
changeObjX. If I called that function would it be executed instantly or scheduled for the next tick?