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

Class LuaThread

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

Source from the content-addressed store, hash-verified

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

Callers 2

createThreadMethod · 0.85
popLuaValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected