10struct WorldClockData {
14 ::ll::TypedStorage<8, 8, uint64> mId;
15 ::ll::TypedStorage<8, 32, ::std::string> mName;
16 ::ll::TypedStorage<4, 4, int> mTime;
17 ::ll::TypedStorage<1, 1, bool> mIsPaused;
18 ::ll::TypedStorage<8, 24, ::std::vector<::TimeMarkerData>> mTimeMarkers;
23 WorldClockData& operator=(WorldClockData
const&);
29 MCAPI WorldClockData(::WorldClockData
const&);
31 MCAPI
bool operator==(::WorldClockData
const& rhs)
const;
37 MCAPI
void* $ctor(::WorldClockData
const&);