funkin.options.type
Code to determine the options type (Number, Checkbox, Array)
.. | ||
class | ArrayOption | |
class | Checkbox | Option type that allows you to toggle a checkbox. |
class | GithubIconOption | |
class | GithubUserIcon | |
class | IconOption | Option type that has an icon. Used for the credits menu. |
class | NewOption | Option type that has a new button, and is green. |
class | NumOption | Option type that allows stepping through a number. |
class | OptionType | Base class for all option types. Used in OptionsMenu. |
class | PortraitOption | Option type that has a portrait. Used in the credits menu. |
class | RadioButton | |
class | Separator | |
class | SliderOption | |
class | TextOption | Option type that has text. |