Title Command Customizer
This Plugin allows customization over the Title Command Window!
You can customize the size, position, rows, columns, and commands!
這個插件欲奴自定義標(biāo)題欄命令窗口单默,你可以自定義大小,位置舒萎,行列和命令。
If you wish to customize the X, Y, Width, Height, Rows, Columns, or
Text Alignment of the Command Window, simply use the first Parameters.
如果你希望自定義XY軸魄懂,長寬膝但,行列或者文本,僅僅使用第一個參數(shù)即可
How to Set up Command Order
While this Plugin allows you to add more commands, it doesn’t overwrite
commands added through other Plugins.
這個插件允許你添加更多的命令柳击,通過這個插件添加的命令不會覆蓋之前的結(jié)果
If you wish to customize the order of the commands, including both commands
that you have created and commands added through other Plugins, you can
use the Command Order Parameter to list the order of the commands using
their symbols.
如果你想要自定義命令的順序扣讼,包括你通過插件添加的,你可以使用命令順序參數(shù)來更改,例如下面所示
For example:
newGame, continue, common-event-1, common-event-2, options, shutdown
How to Create a Command
Similar to Yanfly’s Main Menu Manager, you can customize extra commands
to be added to the Command Window using the Parameters.
和YEP的Main Menu Manager插件相似秋秤,你可以自定義額外的命令
Each group of Parameters customize aspects of the command:
每一組參數(shù)都可以定義命令一部分
Used:
Determines whether the command will be on the Window.
Set to either ‘true’ or ‘false’.
命令是否使用
Text:
The text shown on the command.
You can use Text Commands if the Parameter is set to ‘true’.
命令名稱
Symbol:
A string of text which is unique for each command and defines it.
命令符號
Action:
A function to be binded to the command.
命令綁定行動
Examples:
this.commandNewGame.bind(this) – Starts New Game
this.commandContinue.bind(this) – Brings up Loading Screen
this.commandOptions.bind(this) – Brings up Options Window
close.bind(window) – Closes the Game Window
this.playCommonEvent.bind(this, x) – Plays Common Event ID x
Enabled:
A JavaScript eval that determines whether the command is enabled.
命令是否啟用
Visible:
A JavaScript eval that determines whether the command is visible.
命令是否可見