DayZ 1.24
Loading...
Searching...
No Matches
PluginRecipesManager.c File Reference

Go to the source code of this file.

Classes

class  PluginRecipesManagerBase
 

Enumerations

enum  ERecipeSanityCheck { IS_IN_PLAYER_INVENTORY = 1 , NOT_OWNED_BY_ANOTHER_LIVE_PLAYER = 2 , CLOSE_ENOUGH = 4 }
 

Variables

enum ERecipeSanityCheck ACCEPTABLE_DISTANCE = 5
 
const int SANITY_CHECK_ACCEPTABLE_RESULT = ERecipeSanityCheck.NOT_OWNED_BY_ANOTHER_LIVE_PLAYER | ERecipeSanityCheck.CLOSE_ENOUGH
 

Enumeration Type Documentation

◆ ERecipeSanityCheck

Enumerator
IS_IN_PLAYER_INVENTORY 
NOT_OWNED_BY_ANOTHER_LIVE_PLAYER 
CLOSE_ENOUGH 

Definition at line 1 of file PluginRecipesManager.c.

2{
5 CLOSE_ENOUGH = 4,
6}
@ CLOSE_ENOUGH
@ IS_IN_PLAYER_INVENTORY
@ NOT_OWNED_BY_ANOTHER_LIVE_PLAYER

Variable Documentation

◆ ACCEPTABLE_DISTANCE

◆ SANITY_CHECK_ACCEPTABLE_RESULT