Standard Library
You must have the Ichigo Standard library. This is included in Ichigo Template.
go()
Check for OutFox Alpha V.
yasumi()
Check if gameplay is paused.
updatetime(float)
Set the length of time between gimmick updates.
register(PlayerOptions)
Register a PlayerOptions (for "extra players").
setupPlayer(Player, ActorProxy)
Setup an ActorProxy to proxy a Player.
setupJudgment(Player, ActorProxy)
Setup an ActorProxy to proxy a Judgment.
setupCombo(Player, ActorProxy)
Setup an ActorProxy to proxy a Combo.
actor { Type = "type" }
Create an Actor of type "type".
gimmick {percent, mod}
Set a default gimmick.
gimmick {beat, percent, mod}
Set a gimmick at the specified beat.
gimmick {beat, length, ease, perc1, perc2, mod}
Ease a gimmick at the specified beat for the specified length of beats.
gimmick {beat, function}
Call function at the specified beat.
gimmick {beat, length, function(beat)}
Call function every frame at the specified beat for the specified length of beats.
gimmick {beat, length, ease, perc1, perc2, function(p)}
Ease value and pass to function at the specified beat for the specified length of frames.
notegimmick {beat, length, ease, perc1, perc2, mod, beat = 0, col = 1}
Ease a note gimmick at the specified beat for the specified length of beats, using the note at beat 0 and column 1.
Last updated
Was this helpful?