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

Class LuaFunction

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

Source from the content-addressed store, hash-verified

42class LuaString;
43class LuaTable;
44class LuaFunction;
45class LuaThread;
46class LuaUserData;
47typedef Variant<LuaNilType, LuaBoolean, LuaInt, LuaFloat, LuaString, LuaTable, LuaFunction, LuaThread, LuaUserData> LuaValue;

Callers 4

createWrappedFunctionMethod · 0.85
createRawFunctionMethod · 0.85
popLuaValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected