MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / set

Method set

ogsr_engine/Luabind/src/object.cpp:77–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 void proxy_object::set() const
78 {
79 lua_State* L = lua_state();
80 m_obj->pushvalue();
81 m_key.get(L);
82 lua_pushvalue(L, -3);
83 lua_settable(L, -3);
84 // pop table and value
85 lua_pop(L, 2);
86 }
87
88
89

Callers 5

get_class_infoFunction · 0.45
class_repMethod · 0.45
settableMethod · 0.45
add_dependencyMethod · 0.45

Calls 7

lua_stateFunction · 0.50
lua_pushvalueFunction · 0.50
lua_settableFunction · 0.50
lua_rawsetiFunction · 0.50
lua_rawsetFunction · 0.50
pushvalueMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected