Codename LogoCodename Logo

funkin.game

APIWikiTools

funkin.game

The gameplay part of Codename Engine

This includes PlayState, Character, Stage and more

..
cutscenes
classCamPosData

classCharacter

classComboRating

classGameOverSubstate

classHealthIcon

classHudCamera

Camera meant for PlayState hud, allows for flipping the camera.

classNote

classNoteGroup

Group of notes, that handles updating and rendering only the visible notes. To only get the visible notes you gotta do group.forEach() or group.forEachAlive() instead of group.members.

typedefOldCharInfo

classPlayState

typedefPlayStateTransitionData

classSplash

classSplashGroup

classSplashHandler

classStage

A class that handles loading a stage and putting the sprites into the state.

classStageCharPos

typedefStageCharPosInfo

classStrum

classStrumLine

Group of strums, that contains the strums and notes. Used in PlayState.

abstractTrackerAlignment

Used for funkin.game.HealthIcon.sprTrackerAlignment. This determines the position of the icon in relation to the sprite tracker.