MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / lightuserdata_value

Class lightuserdata_value

extlibs/sol3/include/sol/sol.hpp:6217–6224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6215 };
6216
6217 struct lightuserdata_value {
6218 void* value;
6219 lightuserdata_value(void* data) : value(data) {
6220 }
6221 operator void*() const {
6222 return value;
6223 }
6224 };
6225
6226 struct userdata_value {
6227 void* value;

Callers 3

getMethod · 0.85
push_as_upvaluesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected