grillable
Vars | |
cook_result | Result atom type of grilling this object |
---|---|
current_cook_time | Time spent cooking so far |
currently_grilling | Are we currently grilling? |
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? |
Procs | |
FinishGrilling | Ran when an object finished grilling |
OnExamine | Ran when an object almost finishes grilling |
OnGrill | Ran every time an item is grilled by something |
OnMoved | Ran when an object moves from the grill |
StartGrilling | Ran when an object starts grilling on something |
Var Details
cook_result
Result atom type of grilling this object
current_cook_time
Time spent cooking so far
currently_grilling
Are we currently grilling?
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?
Proc Details
FinishGrilling
Ran when an object finished grilling
OnExamine
Ran when an object almost finishes grilling
OnGrill
Ran every time an item is grilled by something
OnMoved
Ran when an object moves from the grill
StartGrilling
Ran when an object starts grilling on something