DayZ 1.26
DayZ Explorer by KGB
|
Структуры данных | |
class | PluginRecipesManagerBase |
Перечисления | |
enum | ERecipeSanityCheck { IS_IN_PLAYER_INVENTORY = 1 , NOT_OWNED_BY_ANOTHER_LIVE_PLAYER = 2 , CLOSE_ENOUGH = 4 } |
Переменные | |
enum ERecipeSanityCheck | ACCEPTABLE_DISTANCE = 5 |
const int | SANITY_CHECK_ACCEPTABLE_RESULT = ERecipeSanityCheck.NOT_OWNED_BY_ANOTHER_LIVE_PLAYER | ERecipeSanityCheck.CLOSE_ENOUGH |
Элементы перечислений | |
---|---|
IS_IN_PLAYER_INVENTORY | |
NOT_OWNED_BY_ANOTHER_LIVE_PLAYER | |
CLOSE_ENOUGH |
enum ERecipeSanityCheck ACCEPTABLE_DISTANCE = 5 |
Используется в PluginRecipesManagerBase::RecipeSanityCheck().
const int SANITY_CHECK_ACCEPTABLE_RESULT = ERecipeSanityCheck.NOT_OWNED_BY_ANOTHER_LIVE_PLAYER | ERecipeSanityCheck.CLOSE_ENOUGH |
Используется в PluginRecipesManagerBase::RecipeSanityCheck().