DayZ 1.24
|
Go to the source code of this file.
Enumerations | |
enum | Ingredient |
Functions | |
enum Ingredient | RegisterRecipe (RecipeBase recipe) |
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 | |
Definition at line 1 of file PluginRecipesManagerBase.c.
enum Ingredient RegisterRecipe | ( | RecipeBase | recipe | ) |
|
protected |
Please do not delete commented recipes, they are usually commented out for a reason.
Definition at line 14 of file PluginRecipesManagerBase.c.
References PluginRecipesManagerBase::RegisterRecipe().
Referenced by PluginRecipesManagerBase::CreateAllRecipes().
BOTH = 3 |
Definition at line 2 of file PluginRecipesManagerBase.c.
@ FIRST = 1 |
Definition at line 0 of file PluginRecipesManagerBase.c.
@ SECOND = 2 |
Definition at line 1 of file PluginRecipesManagerBase.c.