Class GlobalEncounterSettings
Inheritance
System.Object
GlobalEncounterSettings
Namespace: Sandbox.Definitions
Assembly: Sandbox.Game.dll
Syntax
public sealed class GlobalEncounterSettings : ValueType
Fields
MaxDistanceFromCenter
Maximum Distance of the encounter from the center of the world
Declaration
public int MaxDistanceFromCenter
Field Value
Type | Description |
---|---|
System.Int32 |
MaxPlanetProximityDistance
Max distance from the edge of gravitation field of the planet
Declaration
public int MaxPlanetProximityDistance
Field Value
Type | Description |
---|---|
System.Int32 |
MinDistanceFromCenter
Minimum Distance of the encounter from the center of the world
Declaration
public int MinDistanceFromCenter
Field Value
Type | Description |
---|---|
System.Int32 |
MinPlanetProximityDistance
Min distance from the edge of gravitation field of the planet
Declaration
public int MinPlanetProximityDistance
Field Value
Type | Description |
---|---|
System.Int32 |
PlanetProximitySpawnProbability
Probability that encounter will spawn near the planet
Declaration
public float PlanetProximitySpawnProbability
Field Value
Type | Description |
---|---|
System.Single |