LeviLamina
Loading...
Searching...
No Matches
ScriptWatchdog.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/runtime/ContextId.h"
7
8class ScriptWatchdog {
9public:
10 // member variables
11 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 ScriptWatchdog& operator=(ScriptWatchdog const&);
22 ScriptWatchdog(ScriptWatchdog const&);
23
24public:
25 // member functions
26 // NOLINTBEGIN
28
30 // NOLINTEND
31
32public:
33 // static variables
34 // NOLINTBEGIN
35 MCNAPI static ::std::string const& SCRIPT_WATCHDOG_JOB_QUEUE_PHASE_NAME();
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCNAPI void* $ctor();
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCNAPI void $dtor();
48 // NOLINTEND
49};
MCAPI void $dtor()
MCAPI void * $ctor()
static MCAPI ::std::string const & SCRIPT_WATCHDOG_JOB_QUEUE_PHASE_NAME()
MCAPI ~ScriptWatchdog()
MCAPI ScriptWatchdog()
Definition Alias.h:14