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

Method Load

plugins/base/macro-action-osc.cpp:166–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166bool MacroActionOSC::Load(obs_data_t *obj)
167{
168 MacroAction::Load(obj);
169 _protocol = static_cast<Protocol>(obs_data_get_int(obj, "protocol"));
170 _ip.Load(obj, "ip");
171 _port.Load(obj, "port");
172 _message.Load(obj);
173 return true;
174}
175
176std::shared_ptr<MacroAction> MacroActionOSC::Create(Macro *m)
177{

Callers 1

CopyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected