Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
pluginrecipesmanagerbase.c File Reference

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
 

Enumeration Type Documentation

◆ Ingredient

enum Ingredient

Definition at line 1 of file pluginrecipesmanagerbase.c.

Function Documentation

◆ RegisterRecipe()

enum Ingredient RegisterRecipe ( RecipeBase  recipe)

◆ RegisterRecipies()

void RegisterRecipies ( )

Please do not delete commented recipes, they are usually commented out for a reason.

Definition at line 14 of file pluginrecipesmanagerbase.c.

◆ UnregisterRecipe()

protected void UnregisterRecipe ( string  clasname)

Variable Documentation

◆ BOTH

BOTH = 3

Definition at line 4 of file pluginrecipesmanagerbase.c.

◆ FIRST

@ FIRST = 1

Definition at line 2 of file pluginrecipesmanagerbase.c.

◆ SECOND

@ SECOND = 2

Definition at line 3 of file pluginrecipesmanagerbase.c.