- Joined
- Sep 28, 2017
- Messages
- 1,628
- Reaction score
- 1,119
- First Language
- English
- Primarily Uses
- RMMV
Yeah, all a Plugin Command does is take some text that you input and pass that to a function. You can skip the middleman and just call that function directly.
If the plugin doesn't come with documentation on what those function(s) are, then you'd have to look into the plugin to find out. You can ctrl-F for "pluginCommand" to see what it's doing.
If the plugin doesn't come with documentation on what those function(s) are, then you'd have to look into the plugin to find out. You can ctrl-F for "pluginCommand" to see what it's doing.