This plugin enables more customization over the core mechanics of one’s game
while also providing additional functions for future plugins.
這個(gè)插件可以在游戲核心上進(jìn)行更多的定制,同時(shí)也為未來的插件提供額外的功能恋脚。
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.
這個(gè)插件獲得完全權(quán)限來獲得游戲窗口的各種屬性。通常情況下糟描,這是被限制的怀喉。這將允許控制窗口拉伸大小等。
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:
下面的插件命令可以用來設(shè)置游戲窗口:
ForceClose
Closes the game window.
關(guān)閉游戲窗口躬拢。
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.
固定任務(wù)欄
TaskBarHide
Removes the game from the task bar.
取消固定任務(wù)欄
EnterKioskMode
Enters kiosk mode.
進(jìn)入Kiosk模式
LeaveKioskMode
Leaves kiosk mode.
退出Kiosk模式
SetProgressBar ratio
Sets the window’s progress bar to the value defined by “ratio”.
自定義窗口的進(jìn)度條。