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

Method set

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

Source from the content-addressed store, hash-verified

935
936 template<typename T>
937 void set(const char* name, T object)
938 {
939 m_obj->set(name, object);
940 }
941
942 template<typename T>
943 T get(const char* name)

Callers 3

meta_setMethod · 0.45
GradientFill2Method · 0.45
GradientFillMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected