MCPcopy Create free account
hub / github.com/ValveSoftware/steam-audio / removeProbeBatch

Method removeProbeBatch

core/src/core/api_simulator.cpp:107–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void CSimulator::removeProbeBatch(IProbeBatch* probeBatch)
108{
109 if (!probeBatch)
110 return;
111
112 auto _probeBatch = reinterpret_cast<CProbeBatch*>(probeBatch)->mHandle.get();
113 auto _simulator = mHandle.get();
114 if (!_probeBatch || !_simulator)
115 return;
116
117 _simulator->removeProbeBatch(_probeBatch);
118}
119
120void CSimulator::setSharedInputs(IPLSimulationFlags flags,
121 IPLSimulationSharedInputs* sharedData)

Calls 1

getMethod · 0.45

Tested by

no test coverage detected