MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / IsTargetingModule

Method IsTargetingModule

Source/Snapshots.cpp:279–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279bool Snapshots::IsTargetingModule(IDrawableModule* module) const
280{
281 return VectorContains(module, mSnapshotModules);
282}
283
284void Snapshots::AddSnapshotTarget(IDrawableModule* target)
285{

Callers 1

SetDisplayModuleMethod · 0.80

Calls 1

VectorContainsFunction · 0.85

Tested by

no test coverage detected