- Joined
- Jan 26, 2014
- Messages
- 1,281
- Reaction score
- 106
- First Language
- Irish
- Primarily Uses
- N/A
I was wondering if there is a way to convert the Plugin Parameter into a method. As I've understood, parameters are considered (everything) as strings. So, I would like to know, if in the Plugin Parameters, I had something like:
Scene_Boot
I want that to be a method, rather than a string, so I can pass it via SceneManager.push(parameterHere).
Thanks in advance.
Scene_Boot
I want that to be a method, rather than a string, so I can pass it via SceneManager.push(parameterHere).
Thanks in advance.
