RoomService v2.3.1
Loading...
Searching...
No Matches
RoomService.RemoveServerMessage Class Reference

Lua function to remove the current server message.

Member Function Documentation

◆ 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 }