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

Method pushFunction

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

Source from the content-addressed store, hash-verified

1777}
1778
1779inline void LuaThread::pushFunction(LuaFunction const& func) const {
1780 engine().threadPushFunction(handleIndex(), func.handleIndex());
1781}
1782
1783inline LuaThread::Status LuaThread::status() const {
1784 return engine().threadStatus(handleIndex());

Callers 2

nodeLuaThreadMethod · 0.80
TESTFunction · 0.80

Calls 2

threadPushFunctionMethod · 0.80
handleIndexMethod · 0.80

Tested by 1

TESTFunction · 0.64