stack

Procs | |
create_object | Creates multiplier amount of objects based off of stack recipe R. Most creation variables are changed through stack recipe datum's variables |
---|---|
get_main_recipes | Use this proc to assign the appropriate global list to our var/recipes |
merge_with_stack_in_hands | Merges stack into the one that user is currently holding in their left or right hand. Returns TRUE if the stack was merged, FALSE otherwise. |
select_radial | Proc for special actions and radial menus on subtypes. Returning FALSE cancels the recipe menu for a stack. |
Proc Details
create_object
Creates multiplier amount of objects based off of stack recipe R. Most creation variables are changed through stack recipe datum's variables
get_main_recipes
Use this proc to assign the appropriate global list to our var/recipes
merge_with_stack_in_hands
Merges stack into the one that user is currently holding in their left or right hand. Returns TRUE if the stack was merged, FALSE otherwise.
select_radial
Proc for special actions and radial menus on subtypes. Returning FALSE cancels the recipe menu for a stack.