Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
EPreviewEntityFlag.c
Go to the documentation of this file.
2{
3 HORIZONTAL = 1 << 0,
4 ORIENT_CHILDREN = 1 << 1,
5 UNDERWATER = 1 << 2, //< Entity is being edited under water surface. Valid only for root entity.
6 IGNORE_TERRAIN = 1 << 3, //< Initial terrain under entity will not be evaluated. Valid only for root entity.
7 IGNORE_PREFAB = 1 << 4,
8 ONLY_EDITABLE = 1 << 5,
10 GEOMETRY = 1 << 7,
11 EDITABLE = 1 << 8,
12};
@ EDITABLE
Can be configured by admin for others.
EPreviewEntityFlag
@ ONLY_EDITABLE
Only editable entities will be processed.
@ IGNORE_TERRAIN
@ REGISTER_EDITABLE
Always register editable entity on the preview, even when it's a child of another preview.
@ IGNORE_PREFAB
Don't use pre-defined preview prefabs. Valid only for root entity.
@ UNDERWATER
@ ORIENT_CHILDREN
When transforming the entity, children wil be oriented to terrain instead of being glued to the entit...
@ GEOMETRY
Snap to geometry.