struct
StarRequestFilter
Contents
Constructors, destructors, conversion operators
Public functions
- void AddStarType(StarType type)
- void AddTechLevel(TechLevel level)
Public variables
- int starTypes
- Flags that represent accepted star types.
- int techLevels
- Flags that represent accepted planet tech levels.
- int flags
- float minDistance
- float maxDistance
- float field_14
- int field_18
Variable documentation
int Simulator:: StarRequestFilter:: starTypes
Flags that represent accepted star types.
By default, all types are accepted. To accept specific types, first set to 0 and then call AddStarType()
int Simulator:: StarRequestFilter:: techLevels
Flags that represent accepted planet tech levels.
By default, all tech levels are accepted. To accept specific levels, first set to 0 and then call AddTechLevel()