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

Lua function to clear the time logger.

Member Function Documentation

◆ Implementation()

void RoomService.ClearLogger.Implementation ( )
inlineprivate

Usage:

Lua function to clear the time logger.
Definition RoomServiceLuaFunctions.cs:859
Definition MyPluginInfo.cs:2

Source Code

874 {
875 if (!RoomServiceUtils.IsOnlineHost())
876 {
877 return;
878 }
879
880 Plugin.Instance.levelInfo.Clear();
881 Plugin.Instance.playerTimes.Clear();
882 }