-
What are the available parameter types? I was making a custom event that set the camera zoom. |
Beta Was this translation helpful? Give feedback.
Answered by
r6915ee
Sep 7, 2024
Replies: 1 comment 2 replies
-
Essentially, every parameter is just a variable. This means that most common types of variables are included (those being string, int, float, bool). There is also a type about the strumline, a color wheel, and a dropdown (which is just an array of selectable strings). The parameter type names, as far as I'm aware, are referred to by pascal case if you're using softcoded events. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
m4ttzzzz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Essentially, every parameter is just a variable. This means that most common types of variables are included (those being string, int, float, bool). There is also a type about the strumline, a color wheel, and a dropdown (which is just an array of selectable strings). The parameter type names, as far as I'm aware, are referred to by pascal case if you're using softcoded events.