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

Method AddMissionOverrideSyncLogEvent

src/Misc/SyncLogging.cpp:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90void SyncLogger::AddMissionOverrideSyncLogEvent(AbstractClass* pObject, int mission, unsigned int callerAddress)
91{
92 if (!pObject)
93 return;
94
95 MakeCallerRelative(callerAddress);
96 SyncLogger::MissionOverrides.Add(MissionOverrideSyncLogEvent(pObject->WhatAmI(), pObject->UniqueID, mission, callerAddress, Unsorted::CurrentFrame));
97}
98
99void SyncLogger::AddAnimCreationSyncLogEvent(const CoordStruct& coords, unsigned int callerAddress)
100{

Callers

nothing calls this directly

Calls 3

MakeCallerRelativeFunction · 0.85
AddMethod · 0.45

Tested by

no test coverage detected