Eatsilent

From Kolmafia
Revision as of 17:07, 10 April 2010 by imported>StDoodle (Created page with '{{ #vardefine:name|eatsilent}}{{ #vardefine:return_type|boolean}}{{ FunctionPage| name={{#var:name}}| function_category=Item Management| function1={{Function| name={{#var:name}…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
needs(code_samples);

Function Syntax

boolean eatsilent(int qty ,item consume )

  • qty is the quantity to eat
  • consume is the item to eat

Will attempt to eat qty amount of item consume. Returns true for food items and false for items that are not. (The return value does not reflect whether or not the items were actually consumed.) Using this function, rather than eat(), will suppress the warning dialogs that may otherwise appear, such as for eating without Got Milk.

CLI Equivalent

The CLI command "eat" works similarly.

See Also

can_eat() | eat() | fullness_limit() | my_fullness()