grillable

Vars | |
cook_result | Result atom type of grilling this object |
---|---|
current_cook_time | Time spent cooking so far |
positive_result | Is this a positive grill result? |
required_cook_time | Amount of time required to cook the food |
use_large_steam_sprite | Do we use the large steam sprite? |
who_placed_us | REF() to the mob which placed us on the griddle |
Procs | |
finish_grilling | Ran when an object finished grilling |
on_examine | Ran when an object almost finishes grilling |
on_grill | Ran every time an item is grilled by something |
on_grill_start | Signal proc for COMSIG_ITEM_GRILL_PLACED_ON, starts the grilling process. |
on_moved | Ran when an object moves from the grill |
Var Details
cook_result

Result atom type of grilling this object
current_cook_time

Time spent cooking so far
positive_result

Is this a positive grill result?
required_cook_time

Amount of time required to cook the food
use_large_steam_sprite

Do we use the large steam sprite?
who_placed_us

REF() to the mob which placed us on the griddle
Proc Details
finish_grilling
Ran when an object finished grilling
on_examine
Ran when an object almost finishes grilling
on_grill
Ran every time an item is grilled by something
on_grill_start
Signal proc for COMSIG_ITEM_GRILL_PLACED_ON, starts the grilling process.
on_moved
Ran when an object moves from the grill