View source
enum abstract SongEventFieldType(String)
package funkin.data.event
from String to String
import funkin.data.event.SongEventSchema
Available on all platforms
The available field types for a song event schema.
Variables
inlineread onlyENUM:SongEventFieldType = "enum"
The ENUM type will display as a dropdown.
Make sure to specify the keys field in the schema.
inlineread onlyFLOAT:SongEventFieldType = "float"
The FLOAT type will display as a text field that only accepts numbers.
inlineread onlyFRAME:SongEventFieldType = "frame"
The FRAME type will display a frame with child components.
Make sure to specify the children field in the schema.
inlineread onlyINTEGER:SongEventFieldType = "integer"
The INTEGER type will display as a text field that only accepts numbers.