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

Method GetType

plugins/scripting/utils/inline-script.hpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25 void SetType(Type);
26 Type GetType() const { return _type; }
27 void SetLanguage(obs_script_lang);
28 obs_script_lang GetLanguage() const { return _language; }
29 void SetText(const std::string &);

Callers 4

LanguageChangedMethod · 0.45
PopulateWidgetsMethod · 0.45
SetWidgetVisibilityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected