MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / LogAction

Method LogAction

plugins/base/macro-action-scene-transform.cpp:275–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275void MacroActionSceneTransform::LogAction() const
276{
277 ablog(LOG_INFO,
278 "performed transform action %d for source \"%s\" on scene \"%s\"",
279 static_cast<int>(_action), _source.ToString(true).c_str(),
280 _scene.ToString(true).c_str());
281}
282
283bool MacroActionSceneTransform::Save(obs_data_t *obj) const
284{

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected