LeviLamina
Loading...
Searching...
No Matches
ScriptWatchdog.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5class ScriptWatchdog {
6public:
7 // member variables
8 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 ScriptWatchdog& operator=(ScriptWatchdog const&);
19 ScriptWatchdog(ScriptWatchdog const&);
20
21public:
22 // member functions
23 // NOLINTBEGIN
25
27 // NOLINTEND
28
29public:
30 // static variables
31 // NOLINTBEGIN
32 MCNAPI static ::std::string const& SCRIPT_WATCHDOG_JOB_QUEUE_PHASE_NAME();
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38 MCNAPI void* $ctor();
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCNAPI void $dtor();
45 // NOLINTEND
46};
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