5struct ScheduledCallback {
18 ScheduledCallback& operator=(ScheduledCallback
const&);
19 ScheduledCallback(ScheduledCallback
const&);
32 MCNAPI ScheduledCallback(::ScheduledCallback
const&);
34 MCNAPI ScheduledCallback(int64 callTime, ::std::weak_ptr<bool> existanceTracker, ::std::function<
void()> callback);
36 MCNAPI ::ScheduledCallback& operator=(::ScheduledCallback
const&);
38 MCNAPI ~ScheduledCallback();
46 MCNAPI
void* $ctor(::ScheduledCallback
const&);
48 MCNAPI
void* $ctor(int64 callTime, ::std::weak_ptr<bool> existanceTracker, ::std::function<
void()> callback);