MCPcopy Create free account
hub / github.com/SOUI2/soui / get

Method get

components/ScriptModule-LUA/lua_tinker/lua_tinker.h:943–946  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

941
942 template<typename T>
943 T get(const char* name)
944 {
945 return m_obj->get<T>(name);
946 }
947
948 table_obj* m_obj;
949 };

Callers 3

meta_getMethod · 0.45
LoadFromXmlMethod · 0.45
GetTransformMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected