| 196 | } |
| 197 | |
| 198 | void Lua_ItemInst::SetCustomData(const std::string &identifier, const std::string& value) { |
| 199 | Lua_Safe_Call_Void(); |
| 200 | self->SetCustomData(identifier, value); |
| 201 | } |
| 202 | |
| 203 | void Lua_ItemInst::SetCustomData(const std::string& identifier, int value) { |
| 204 | Lua_Safe_Call_Void(); |
no outgoing calls
no test coverage detected