Difference between revisions of "Clear booze helper"

From Kolmafia
Jump to navigation Jump to search
(Created page with "<onlyinclude>{{{{{format|Function2}}} |name=clear_booze_helper |function1.return_type=void |function1.description=Clears all queued booze helper items. |description=<p>Clears...")
 
 
Line 6: Line 6:
  
 
<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/Booze Management}}
 
}}
 
}}
 
</onlyinclude>
 
</onlyinclude>
 
[[Category:Item Management]]
 
[[Category:Item Management]]

Latest revision as of 14:33, 13 July 2021

Function Syntax

void clear_booze_helper()

Clears all queued booze helper items.

Clears all booze helper items that were queued with drink(). This allows you to cancel a booze helper and possible queue another one.

This function was added in r20796.


See Also

can_drink() | clear_booze_helper() | drink() | drinksilent() | overdrink()