Class SubEncounter
Inheritance
System.Object
SubEncounter
Namespace: Sandbox.Definitions
Assembly: Sandbox.Game.dll
Syntax
public sealed class SubEncounter : ValueType
Fields
MaxDistanceFromCore
Max Distance from the core of the encounter
Declaration
public int MaxDistanceFromCore
Field Value
Type | Description |
---|---|
System.Int32 |
MaxSpawnCount
Max count of spawned instances
Declaration
public byte MaxSpawnCount
Field Value
Type | Description |
---|---|
System.Byte |
MinDistanceFromCore
Min Distance from the core of the encounter
Declaration
public int MinDistanceFromCore
Field Value
Type | Description |
---|---|
System.Int32 |
MinSpawnCount
Min count of spawned instances
Declaration
public byte MinSpawnCount
Field Value
Type | Description |
---|---|
System.Byte |
SubtypeId
SubtypeID of the spawn group used as sub encounter
Declaration
public string SubtypeId
Field Value
Type | Description |
---|---|
System.String |