5struct ScheduledCallback {
17 ScheduledCallback& operator=(ScheduledCallback
const&);
18 ScheduledCallback(ScheduledCallback
const&);
25 MCNAPI ScheduledCallback(int64 callTime, ::std::weak_ptr<bool> existanceTracker, ::std::function<
void()> callback);
27 MCNAPI ~ScheduledCallback();
35 MCNAPI
void* $ctor(int64 callTime, ::std::weak_ptr<bool> existanceTracker, ::std::function<
void()> callback);