MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / SyncLogEvent

Method SyncLogEvent

src/Misc/SyncLogging.h:72–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 unsigned int Frame;
71
72 SyncLogEvent() : Initialized(false), Caller(0), Frame(0) { }
73
74 SyncLogEvent(unsigned int Caller, unsigned int Frame)
75 : Caller(Caller), Frame(Frame)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected