โณTimer
Built-in Timer library.
Example:
function ExampleTimer()
{
// This will get called each 5 second.
return true; // If you return false it will not get called next time.
}
Timer.Add(ExampleTimer, 5.0);Properties:
Name
Type
Description
Static Functions:
.Add
Argument
Type
Description
Functions:
.Destroy
Last updated