MCPcopy Create free account
hub / github.com/ThePhD/sol2 / set_property_lua

Method set_property_lua

tests/run_time/source/basic.cpp:420–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418 }
419
420 void set_property_lua(const char* name, sol::stack_object object) {
421 props[name] = object.as<std::string>();
422 }
423
424 std::unordered_map<std::string, std::string> props;
425 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected