NonExportedEnums.h
From OPU Wiki
All other enums that can be useful for coding outpost 2 missions are located here. They are not exported by OUTPOST2.EXE but added by us.
| AllPlayers | used anywhere, where a procedure expects a _Player param, use AllPlayers if you want to add ALL players as a param |
| DamageType | is only used by the DamagedTrigger. It indicated how much of the group has to be destroyed for the trigger to fire |
| MarkerTypes | is used only by TethysGame::PlaceMarker |
| UnitDirection | is meant to be used as the last param in TethysGame::CreateUnit |
| CellTypes | is the cell type returned and set by the GameMap class |
These can be used in beacon creation:
| BeaconTypes | common or Rare Ore |
| Yield | the yield type (1, 2 or 3-bar mine) |
| Variant | use for setting the varient type. See also mines.txt on Sheets_Editing |
Categories: SDK | Coding
