MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / GetLoadedState

Method GetLoadedState

src/auto4_lua.cpp:406–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404 std::string GetAuthor() const override { return author; }
405 std::string GetVersion() const override { return version; }
406 bool GetLoadedState() const override { return L != nullptr; }
407
408 std::vector<cmd::Command*> GetMacros() const override { return macros; }
409 std::vector<ExportFilter*> GetFilters() const override;

Callers 4

SetScriptInfoMethod · 0.45
OnInfoMethod · 0.45
ReloadMethod · 0.45
CreateFromFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected