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

Method AddFacingChangeSyncLogEvent

src/Misc/SyncLogging.cpp:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48void SyncLogger::AddFacingChangeSyncLogEvent(unsigned short facing, unsigned int callerAddress)
49{
50 MakeCallerRelative(callerAddress);
51 SyncLogger::FacingChanges.Add(FacingChangeSyncLogEvent(facing, callerAddress, Unsorted::CurrentFrame));
52}
53
54void SyncLogger::AddTargetChangeSyncLogEvent(AbstractClass* pObject, AbstractClass* pTarget, unsigned int callerAddress)
55{

Callers

nothing calls this directly

Calls 3

MakeCallerRelativeFunction · 0.85
AddMethod · 0.45

Tested by

no test coverage detected