Skip to content

Create PluginManagerExtention#43

Open
niokasgami wants to merge 2 commits intorpgtkoolmv:masterfrom
niokasgami:patch-1
Open

Create PluginManagerExtention#43
niokasgami wants to merge 2 commits intorpgtkoolmv:masterfrom
niokasgami:patch-1

Conversation

@niokasgami
Copy link
Copy Markdown

Add two new I think Must function to the PluginManager for help more code cleaning
From my actual pluginManager but I think those two methods are the most important to be implemented.
who are
"ToBoolean" who cope the fact it's return a true boolean without having to do the string splitting on the variable declaration which is messy.

"ToArray" Allow the use Array in plugin parameters box

Add two new I think Must function to the PluginManager  for help more  code cleaning 
From my actual pluginManager but I think those two methods are the most important to be implemented.
who are 
"ToBoolean" who cope the fact it's return a true boolean without having to do the string splitting on the variable declaration which is messy.

"ToArray" Allow the use Array in plugin parameters box
Comment thread PluginManagerExtention Outdated
* @param {string} parameters
* @returns {Array<any>}
*/
Pluginmanager.toArray = function (plugin, parameters) {
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo? Pluginmanager

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah my bad lol hahah I guess I just made a little typoe without noticing will fix that

Updated the pluginManager extentions because it as a typo I didn't notice lol
@ghost
Copy link
Copy Markdown

ghost commented Mar 15, 2017

Just a small note: I think the correct spelling is "Extension"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants