Starting to code a couple of plugins for RPG Maker MZ, and I'm having trouble getting the parameter type working in the code. If you still don't get what I mean, I'm talking about this part:
I'm looking for more info on the MZ documentation but it seems for now we have a broken link? Anyways, I tried going with @type that we used in MV, and some of them work and others don't. For instance, @type number works, but @type boolean doesn't work. Is there a list somewhere or a guide to support plugin developers for MZ?
Thank you!
EDIT: It seems that it was a typo, I got boolean to work. Regardless, I'm still interested on any documentation that could help plugin developers.
Code:
* @param FEA_UIS
* @text UI Sound Effects
* @parent Features
* @desc Split SE into regular SE and those that are used as UI sound effects (cursor, confirm, buzzer, etc.).
* @default true
* @type boolean
Thank you!
EDIT: It seems that it was a typo, I got boolean to work. Regardless, I'm still interested on any documentation that could help plugin developers.
Last edited:

