Constructor
View on GitHub
new(x:Float, y:Float, ?character:String, ?isPlayer:Bool, ?switchAnims:Bool, ?disableScripts:Bool)
Variables
Methods
Inherited Variables
Inherited Methods
Defined by Character
View on GitHub
playSingAnim(direction:Int, suffix:String = "", Context:PlayAnimContext = SING, ?Force:Bool, Reversed:Bool = false, Frame:Int = 0):Void
Like playSingAnimUnsafe
but checks if the character has the animation with the suffix part, otherwise it plays the animation without the suffix part.
View on GitHub
playSingAnimUnsafe(direction:Int, suffix:String = "", Context:PlayAnimContext = SING, Force:Bool = true, Reversed:Bool = false, Frame:Int = 0):Void
Defined by FunkinSprite
View on GitHub