start(delay, after)
Starts a delay that will call a function after a certain amount of time
Parameters
:
delay
[value: any value in milliseconds, type: float]
after
[value: function to be called after delay, type: function]
Return Value
:
None
file:
src/animation/engine_animation_delay.c