Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
Selectable action types ids

\desc These ids helsp diferentiate types of selectable actions More...

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.

◆ SAT_DEBUG_ACTION

const int SAT_DEBUG_ACTION = 3

Definition at line 424 of file constants.c.

◆ SAT_INTERACT_ACTION

const int SAT_INTERACT_ACTION = 1

Definition at line 422 of file constants.c.