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 d974b13 commit 91bc91bCopy full SHA for 91bc91b
rts/Lua/LuaConstCMD.cpp
@@ -79,7 +79,8 @@ bool LuaConstCMD::PushEntries(lua_State* L)
79
*
80
* Accepts no parameters.
81
82
- * *Note:* If `shift` option is used it will be a noop in the queue.
+ * *Note:* This is actually a noop, but clears the queue when `shift` isn't used since
83
+ * that's the standard behaviour when `shift` isn't used for all actions.
84
*/
85
PUSH_CMD(STOP);
86
/*** @field CMD.INSERT 1 */
0 commit comments