This plugin enables more customization over the core mechanics of one’s game
while also providing additional functions for future plugins.
這個插件可以在游戲核心上進行更多的定制,同時也為未來的插件提供額外的功能。
It also provides various inputs for manipulating the core NodeJS
properties setup within one’s game.
它還提供了各種方式來操作NodeJS 屬性。
Basic Idea Behind the Plugin
This plugin has complete access to manipulation over various properties
of your game window. Normally, such an ability would be impossible; however,
this game rebuilds the game from scratch upon initialization, allowing for
control over such things as maximum and minimum resizing along with the
ability to disable resizing capabilities altogether.
這個插件獲得完全權限來獲得游戲窗口的各種屬性。通常情況下,這是被限制的。這將允許控制窗口拉伸大小等。
The frame of the game window may also be disabled, and the game now has the
ability to force the game window to always be on top. Experiement to your
own desire! ~
游戲窗口的框架也可以被置頂在最前面。
Game Window Plugin Commands
The following plugin commands may be used to manipulate the game window:
下面的插件命令可以用來設置游戲窗口:
ForceClose
Closes the game window.
關閉游戲窗口。
FocusWindow
Focuses on the game window.
置頂游戲窗口。
MinimizeWindow
Minimizes the game window.
最小化
UnminimizeWindow
Unminimizes the game window.
取消最小化
MaximizeWindow
Maximizes the game window.
最大化
UnmaximizeWindow
Unmaximize the game window.
取消最大化
RequestAttention
Requests attention to the game window.
請求窗口處于活動
TaskBarShow
Makes the game accessable from the task bar.
固定任務欄
TaskBarHide
Removes the game from the task bar.
取消固定任務欄
EnterKioskMode
Enters kiosk mode.
進入Kiosk模式
LeaveKioskMode
Leaves kiosk mode.
退出Kiosk模式
SetProgressBar ratio
Sets the window’s progress bar to the value defined by “ratio”.
自定義窗口的進度條。