processable
Vars | |
amount_created | Amount of the resulting actor this will create |
---|---|
result_atom_type | The type of atom this creates when the processing recipe is used. |
screentip_verb | Verb used in processing food (such as slice, flatten), defaults to process |
table_required | Whether or not the atom being processed has to be on a table or tray to process it |
time_to_process | Time to process the atom |
tool_behaviour | The tool behaviour for this processing recipe |
Procs | |
OnExamine | So people know what the frick they're doing without reading from a wiki page (I mean they will inevitably but i'm trying to help, ok?) |
on_requesting_context_from_item | Adds context sensitivy directly to the processable file for screentips Arguments: |
Var Details
amount_created
Amount of the resulting actor this will create
result_atom_type
The type of atom this creates when the processing recipe is used.
screentip_verb
Verb used in processing food (such as slice, flatten), defaults to process
table_required
Whether or not the atom being processed has to be on a table or tray to process it
time_to_process
Time to process the atom
tool_behaviour
The tool behaviour for this processing recipe
Proc Details
OnExamine
So people know what the frick they're doing without reading from a wiki page (I mean they will inevitably but i'm trying to help, ok?)
on_requesting_context_from_item
Adds context sensitivy directly to the processable file for screentips Arguments:
- source - refers to item that will display its screentip
- context - refers to, in this case, an item that can be proccessed into another item via add element proccessable
- held_item - refers to tool used by add element proccessable to process one item into another item
- user - refers to user who will see the screentip when the proper context and tool are there