We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf15f79 commit 6b59c65Copy full SHA for 6b59c65
library/include/LuaTools.h
@@ -513,9 +513,9 @@ namespace DFHack {namespace Lua {
513
}
514
515
/**
516
- * High-level wrappers for CallLuaModuleFunction that automatically suspends the
517
- * core and pushes either an argument vector (i.e. single type variable number) or
518
- * an argument tuple (i.e. fixed number of arguments of various types)
+ * High-level wrappers for CallLuaModuleFunction that pushes either an argument
+ * vector (i.e. single type variable number) or an argument tuple (i.e. fixed
+ * number of arguments of various types)
519
*/
520
template<typename... aT>
521
bool CallLuaModuleFunction(
0 commit comments