Yogstation 13 - Modules - TypesVar Details - Proc Details

/datum/component/grillable

Vars

cook_resultResult atom type of grilling this object
current_cook_timeTime spent cooking so far
currently_grillingAre we currently grilling?
positive_resultIs this a positive grill result?
required_cook_timeAmount of time required to cook the food
use_large_steam_spriteDo we use the large steam sprite?

Procs

FinishGrillingRan when an object finished grilling
OnExamineRan when an object almost finishes grilling
OnGrillRan every time an item is grilled by something
OnMovedRan when an object moves from the grill
StartGrillingRan 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