xPlayer.showHelpNotification
| xPlayer.showHelpNotification(msg, thisFrame, beep, duration)
|
This function shows a help notification with a message. These help notification support displaying button inputs, see this list
参数
参数 |
数据类型 |
数据类型 |
默认值 |
说明 |
msg |
string |
No |
- |
The message to display |
thisFrame |
boolean |
Yes |
false |
Only show this frame? Should be used with scripts that show notifications in a loop |
beep |
boolean |
Yes |
true |
Play the beep sound? |
duration |
number |
Yes |
-1 (5000 ms) |
Duration to show the help notification in milliseconds |