MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / LuaUserData

Class LuaUserData

source/core/StarLua.hpp:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44class LuaFunction;
45class LuaThread;
46class LuaUserData;
47typedef Variant<LuaNilType, LuaBoolean, LuaInt, LuaFloat, LuaString, LuaTable, LuaFunction, LuaThread, LuaUserData> LuaValue;
48
49// Used to wrap multiple return values from calling a lua function or to pass

Callers 2

popLuaValueMethod · 0.85
createUserDataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected