Enumerations | |
| enum | Ingredient |
Functions | |
| enum Ingredient | RegisterRecipe (RecipeBase recipe) |
| protected void | UnregisterRecipe (string clasname) |
| void | RegisterRecipies () |
| Please do not delete commented recipes, they are usually commented out for a reason. | |
Variables | |
| FIRST = 1 | |
| SECOND = 2 | |
| BOTH = 3 | |
| enum Ingredient |
| enum Ingredient RegisterRecipe | ( | RecipeBase | recipe | ) |
| void RegisterRecipies | ( | ) |
Please do not delete commented recipes, they are usually commented out for a reason.
References PluginRecipesManagerBase::RegisterRecipe().
Referenced by PluginRecipesManagerBase::CreateAllRecipes().
| protected void UnregisterRecipe | ( | string | clasname | ) |
| BOTH = 3 |
| @ FIRST = 1 |
| @ SECOND = 2 |