Commands:Effectclock
From SMTheming Wiki
effectclock is used to change an effect's timing.
EffectClock Types
| Enum | String | Description |
|---|---|---|
CLOCK_TIMER
| "timer" | |
CLOCK_TIMER_GLOBAL
| "timerglobal" | Uses time since the machine was turned on |
CLOCK_BGM_BEAT
| "beat" | Uses current beat in music. |
CLOCK_BGM_TIME
| "music" | Uses current time in music. |
CLOCK_BGM_BEAT
| "bgm" | See "beat". (deprecated, provided for compatibility) |
CLOCK_BGM_TIME_NO_OFFSET
| "musicnooffset" | Uses current beat in music without an offset. |
CLOCK_BGM_BEAT_NO_OFFSET
| "beatnooffset" | Uses current time in music without an offset. |

