Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
pluginrecipesmanagerbase.c File Reference

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
 

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 ( )
protected

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

Definition at line 14 of file pluginrecipesmanagerbase.c.

◆ UnregisterRecipe()

void UnregisterRecipe ( string clasname)
protected

Variable Documentation

◆ BOTH

BOTH = 3

Definition at line 2 of file pluginrecipesmanagerbase.c.

◆ FIRST

@ FIRST = 1

Definition at line 0 of file pluginrecipesmanagerbase.c.

◆ SECOND

@ SECOND = 2

Definition at line 1 of file pluginrecipesmanagerbase.c.