LeviLamina
Loading...
Searching...
No Matches
ScriptAsyncJobCoordinator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
33
35
36 MCNAPI void process(::std::chrono::microseconds timeSlice, ::IScriptGeneratorStats* stats);
37
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
44 MCNAPI void* $ctor(::ServerScriptManagerEvents& events);
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCNAPI void $dtor();
51 // NOLINTEND
52};
Definition IScriptGeneratorStats.h:10
Definition ScriptAsyncJobCoordinator.h:11
MCAPI void * $ctor(::ServerScriptManagerEvents &events)
MCAPI void process(::std::chrono::microseconds timeSlice, ::IScriptGeneratorStats *stats)
MCAPI void _removeExpiredGenerators(::IScriptGeneratorStats *stats)
MCAPI ScriptAsyncJobCoordinator(::ServerScriptManagerEvents &events)
MCAPI void _addPendingGenerators(::IScriptGeneratorStats *stats)
Definition ServerScriptManagerEvents.h:13
Definition Alias.h:14