Clear food helper: Difference between revisions

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..."
 
 
(One intermediate revision by the same user not shown)
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>
|see_also={{SeeAlso/Food Management}}
}}
}}
</onlyinclude>
</onlyinclude>
[[Category:Item Management]]
[[Category:Item Management]]

Latest revision as of 14:31, 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.


See Also

can_eat() | clear_food_helper() | eat() | eatsilent()