set_loop
Description:
[ Version ( deprecated = true , deprecated_since = "1.8" , since = "0.6" ) ]
public void set_loop (bool loop)
Warning: set_loop is deprecated since 1.8.
Sets whether this should loop.
A looping Score will start from its initial state after the ::complete
signal has been fired.
Parameters:
this |
a Score
|
loop |
true for enable looping
|