| 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 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected