From the NannyMUD documentation

LAST CHANGE

2000-12-28

FUNCTION


NAME

        block_eat_food_hook - 

AVAILABILITY

        This function can be located in any object.
	The calls are generated from /obj/player.

DESCRIPTION

	When a player eats something, this function is called. If it
	return 1, the player is prevented from eating the comestible.

	ARGUMENTS

	block_eat_food_hook(
	  ({ The food object,
	     The strength,
	     The stuffnes of the player,
	  }),
	  the player
	)

SEE ALSO

        eat_food_hook in hooks/eat_food_hook

SEE ALSO

        value_eat_food_hook in hooks/value_eat_food_hook

SEE ALSO

        drink_alcohol_hook in hooks/drink_alcohol_hook

SEE ALSO

        drink_soft_hook in hooks/drink_soft_hook