LeviLamina
Loading...
Searching...
No Matches
ScriptWatchdogMinecraftDefaults.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // static variables
8 // NOLINTBEGIN
9 MCNAPI static int const& mHangThresholdDefaultSeconds();
10
11 MCNAPI static int const& mSlowThresholdDefaultMs();
12 // NOLINTEND
13};
Definition ScriptWatchdogMinecraftDefaults.h:5
static MCAPI int const & mHangThresholdDefaultSeconds()
static MCAPI int const & mSlowThresholdDefaultMs()