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

Go to the source code of this file.

Enumerations

enum  EEditorPlacingFlags { CHARACTER_PLAYER = 1, VEHICLE_CREWED = 2, TASK_INACTIVE = 4, VEHICLE_PASSENGER = 8 }
 

Enumeration Type Documentation

◆ EEditorPlacingFlags

Enumerator
CHARACTER_PLAYER 

Character will be placed as player.

VEHICLE_CREWED 

Vehicle will be placed with crew members inside.

TASK_INACTIVE 

Task will be placed inactive, i.e., player won't see it.

VEHICLE_PASSENGER 

Vehicle will be placed with passengers members inside.

Definition at line 1 of file EEditorPlacingFlags.c.