DayZ 1.24
Loading...
Searching...
No Matches
Selectable action types ids
Collaboration diagram for Selectable action types ids:

Variables

const int SAT_INTERACT_ACTION = 1
 
const int SAT_CRAFTING = 2
 
const int SAT_DEBUG_ACTION = 3
 

Detailed Description

\desc These ids helsp diferentiate types of selectable actions

Variable Documentation

◆ SAT_CRAFTING

const int SAT_CRAFTING = 2

Definition at line 423 of file constants.c.

Referenced by InventoryItem::GetRecipesActions().

◆ SAT_DEBUG_ACTION

◆ SAT_INTERACT_ACTION

const int SAT_INTERACT_ACTION = 1

Definition at line 422 of file constants.c.