Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
EPreviewEntityFlag.c File Reference

Go to the source code of this file.

Enumerations

enum  EPreviewEntityFlag {
  HORIZONTAL = 1 << 0 , ORIENT_CHILDREN = 1 << 1 , UNDERWATER = 1 << 2 , IGNORE_TERRAIN = 1 << 3 ,
  IGNORE_PREFAB = 1 << 4 , ONLY_EDITABLE = 1 << 5 , REGISTER_EDITABLE = 1 << 6 , GEOMETRY = 1 << 7 ,
  EDITABLE = 1 << 8
}

Enumeration Type Documentation

◆ EPreviewEntityFlag

Enumerator
HORIZONTAL 

Entity will remain horizontal and not be oriented to terrain.

ORIENT_CHILDREN 

Entity's children will be evaluated for orienting to terrain.

UNDERWATER 
IGNORE_TERRAIN 
IGNORE_PREFAB 

Don't use pre-defined preview prefabs. Valid only for root entity.

ONLY_EDITABLE 

Only editable entities will be processed.

REGISTER_EDITABLE 

Always register editable entity on the preview, even when it's a child of another preview.

GEOMETRY 

Relative height of entities is calculated to the nearest geometry below, not to terrain.

EDITABLE 

Preview represents an editable entity.

Definition at line 1 of file EPreviewEntityFlag.c.