Properties
setProperty(property: String, value: Dynamic)
function onCreatePost()
-- alternative to obj_song.ntsc = true
setProperty(“ntsc”,true) -- enables the ntsc filter from the bonus songs
endgetProperty(property: String)
function onCreatePost()
show_message(getProperty(”ntsc”)) -- gets if the NTSC filter is enabled
endsetUIProperty(uipart: String, property: String, value: Dynamic)
function onCreatePost()
setUIProperty(”scoretext”,”shown”,false) -- hides the score text
endgetUIProperty(uipart: String, property: String)
Notable Properties
Song Variables
Gameplay Variables
Visual Effects
Misc Variables
UI Properties
scoretext
healthbar
flowbar
Last updated