Lua function to remove the current server message.
◆ Implementation()
| void RoomService.RemoveServerMessage.Implementation |
( |
| ) |
|
|
inlineprivate |
Usage:
Lua function to remove the current server message.
Definition RoomServiceLuaFunctions.cs:607
Definition MyPluginInfo.cs:2
Source Code
621 {
622 if (!RoomServiceUtils.IsOnlineHost())
623 {
624 return;
625 }
626
627 ChatApi.SendMessage("/servermessage remove");
628 }