Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
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. More... | |
Variables | |
FIRST = 1 | |
SECOND = 2 | |
BOTH = 3 | |
enum Ingredient |
Definition at line 1 of file pluginrecipesmanagerbase.c.
enum Ingredient RegisterRecipe | ( | RecipeBase | recipe | ) |
void RegisterRecipies | ( | ) |
Please do not delete commented recipes, they are usually commented out for a reason.
Definition at line 14 of file pluginrecipesmanagerbase.c.
protected void UnregisterRecipe | ( | string | clasname | ) |
BOTH = 3 |
Definition at line 4 of file pluginrecipesmanagerbase.c.
@ FIRST = 1 |
Definition at line 2 of file pluginrecipesmanagerbase.c.
@ SECOND = 2 |
Definition at line 3 of file pluginrecipesmanagerbase.c.