Difference between revisions of "Clear food helper"

From Kolmafia
Jump to navigation Jump to search
(Created page with "<onlyinclude>{{{{{format|Function2}}} |name=clear_food_helper |function1.return_type=void |function1.description=Clears all queued food helper items. |description=<p>Clears al...")
 
Line 3: Line 3:
 
|function1.return_type=void
 
|function1.return_type=void
 
|function1.description=Clears all queued food helper items.
 
|function1.description=Clears all queued food helper items.
|description=<p>Clears all food helper items that were queued with {{f|eat}}. This allows </p>
+
|description=<p>Clears all food helper items that were queued with {{f|eat}}. This allows you to cancel a food helper and possibly queue another one.</p>
  
 
<p>This function was added in [https://kolmafia.us/threads/20796-add-runtime-library-functions-clear_food_helper-and-clear_booze_helper.26203/ r20796].</p>
 
<p>This function was added in [https://kolmafia.us/threads/20796-add-runtime-library-functions-clear_food_helper-and-clear_booze_helper.26203/ r20796].</p>

Revision as of 14:23, 13 July 2021

Function Syntax

void clear_food_helper()

Clears all queued food helper items.

Clears all food helper items that were queued with eat(). This allows you to cancel a food helper and possibly queue another one.

This function was added in r20796.