set_loop
Description:
Warning: set_loop is deprecated since 1.10.
Sets whether this should loop.
Note:
Use set_repeat_count instead.
This function is equivalent to calling set_repeat_count with
-1 if loop
is true
, and with 0 if loop
is false
.
Parameters:
this |
a Timeline |
loop |
|