Let's say I want to add an option to show/hide the game in the taskbar for whatever reason. Where in yanflys plugin do I need to put the code TaskBarHide?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.
LeaveKioskMode
Leaves kiosk mode.
SetProgressBar ratio
Sets the window's progress bar to the value defined by "ratio".