Quantcast
Channel: Answers for "How to call a routine every 3 seconds?"
Viewing all articles
Browse latest Browse all 4

Answer by synapsemassage

$
0
0

correct Javascript syntax for InvokeRepeating would be: function InvokeRepeating (methodName : string, time : float, repeatRate : float) : void

example: InvokeRepeating("YourFunctionName", 0, 3);

"0" is the delaytime.


Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles





Latest Images