So I'm working on MV plugin and I noticed new options for the plugin Manager...it's nice! although some options in it are kinda confused like the "require"
what's that?
Plugin Parameters
If the user has an audio or image file with plugin parameter settings available, you must edit the comment in the plugin to set the plugin parameter.
@require 1
This indicates that there is a required asset for this parameter.
@dir
Sets the folder which contains the file. This is not required for animations.
@type
If the type of value is a file, set as file, for animation set as animation.
what's that?
Plugin Parameters
If the user has an audio or image file with plugin parameter settings available, you must edit the comment in the plugin to set the plugin parameter.
Code:
* @param ME
* @desc The ME name for sample music effect.
* @default Organ
* @require 1
* @dir audio/me/
* @type file
@require 1
This indicates that there is a required asset for this parameter.
@dir
Sets the folder which contains the file. This is not required for animations.
@type
If the type of value is a file, set as file, for animation set as animation.
