Projects


Settings



Plugin Name
Plugin Author
Short Description
Help

Params


Param List
New Param
Param Type:

Array
Name
Description
Alias

Note

Number
Min Value
Max Value
Decimals

File
Directory

Database

Boolean
Default Value
True Text
False Text

Select
List (options separated by commas)
Values (values separated by commas, $ for blank)

Combo
Combo (options separated by commas)

Parent
Default
Link to struct

Code Editor

New Script
Name:

Description:

Quickscript


Window Name:

Scene Name:

Prototype:

Script list

Core Code Editor

How-To Guide




Creating a new file


To create a new file, simply type in what you want the filename to be at the bottom of the file selector, and click the "New File" button.

Plugin Settings


In the plugin settings you'll find where you can edit the plugins name, description, author, and help section. What ever you choose your plugins name to be, that'll be the name of the .js file.

Creating Params


There are multiple types of parameters to choose from. Paramters are items that the plugin user can modify. For example, if you choose the File parameter, the plugin user will be able to select a file from either the img or audio directory, or a specified directory. If you want the param to have a value before the plugin user sets it, you can set its default value.

Param Types


Scripting & Functions



The code editor lets you organize the way you code by separating scripts. You can have scripts that create plugin commands, create a window, a scene, anything. This guide wont have any information on scripting an MV Plugin, as that'd fill up this entire page and there are already plenty of amazing tutorials on YouTube for that.

Quickscripts
Quickscripts are for quickly preparing scripts. You can quickly create a window, scene, anonymous function or anything else that might show up in future updates.

List:

Built-in Functions


List:

Alternatively you can edit the Core Code, which contains said default functions.

---