effectclock - RhythmLunatic/stepmania GitHub Wiki
Clocks are in Actor.cpp.
enum | string | what it does |
---|---|---|
CLOCK_TIMER | timer | ??? |
CLOCK_TIMER_GLOBAL | timerglobal | ??? |
CLOCK_BGM_TIME | music | ??? |
CLOCK_BGM_BEAT | beat | syncs to the beat of the song, during gameplay or in music select |
CLOCK_BGM_TIME_NO_OFFSET | musicnooffset | same as above but doesn't use your offset |
CLOCK_BGM_BEAT_NO_OFFSET | beatnooffset | ??? |
CLOCK_BGM_BEAT_PLAYER1 | can't be used | ??? |
CLOCK_BGM_BEAT_PLAYER2 | can't be used | ??? |
CLOCK_LIGHT_1 = 1000 | can't be used | ??? |
CLOCK_LIGHT_LAST = 1100 | can't be used | ??? |