Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
EEditableEntityFilterAutoAdd.c File Reference

Go to the source code of this file.

Enumerations

enum  EEditableEntityFilterAutoAdd { NEVER, ALWAYS, ON_ACTIVATE }
 

Enumeration Type Documentation

◆ EEditableEntityFilterAutoAdd

Enumerator
NEVER 

Editable entities are never inherited from parent filter.

ALWAYS 

Editable entities are always inherited from parent filter (provided the filter condition is met)

ON_ACTIVATE 

Editable entities are inherited from parent only when the filter is activated.

Definition at line 1 of file EEditableEntityFilterAutoAdd.c.