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”.
自定义窗口的进度条。
网友评论