MCPcopy Create free account
hub / github.com/Ubpa/Utopia / LuaScript

Method LuaScript

include/Utopia/ScriptSystem/LuaScript.h:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 class LuaScript : public Object {
9 public:
10 LuaScript(std::string str) : str(std::move(str)) {}
11 const std::string& GetText() const noexcept { return str; }
12 private:
13 std::string str;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected