MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / fireSyncPost

Method fireSyncPost

source/renderscene/RenderScene.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include "renderscene/RenderScene.h"
19
20void RenderScene::fireSyncPost(const std::string& event)
21{
22 if(mListener == nullptr)
23 return;
24
25 mListener->dispatchSyncPost(event);
26}

Callers

nothing calls this directly

Calls 1

dispatchSyncPostMethod · 0.80

Tested by

no test coverage detected