Show / Hide Table of Contents

Class SharedSalvageSystem

Inheritance
System.Object
SharedSalvageSystem
SalvageSystem
SalvageSystem
Namespace: Content.Shared.Salvage
Assembly: Content.Shared.dll
Syntax
public abstract class SharedSalvageSystem : EntitySystem

Fields

| Improve this Doc View Source

CfgManager

Declaration
protected readonly IConfigurationManager CfgManager
Field Value
Type Description
Robust.Shared.Configuration.IConfigurationManager
| Improve this Doc View Source

ExpeditionsLootProto

Main loot table for salvage expeditions.

Declaration
public const string ExpeditionsLootProto = null
Field Value
Type Description
System.String

Methods

| Improve this Doc View Source

GetBiomeMod<T>(String, Random, ref Single)

Declaration
public T GetBiomeMod<T>(string biome, Random rand, ref float rating)
    where T : class, IPrototype, IBiomeSpecificMod
Parameters
Type Name Description
System.String biome
System.Random rand
System.Single rating
Returns
Type Description
T
Type Parameters
Name Description
T
| Improve this Doc View Source

GetFTLName(DatasetPrototype, Int32)

Declaration
public static string GetFTLName(DatasetPrototype dataset, int seed)
Parameters
Type Name Description
DatasetPrototype dataset
System.Int32 seed
Returns
Type Description
System.String
| Improve this Doc View Source

GetMission(SalvageDifficultyPrototype, Int32)

Declaration
public SalvageMission GetMission(SalvageDifficultyPrototype difficulty, int seed)
Parameters
Type Name Description
SalvageDifficultyPrototype difficulty
System.Int32 seed
Returns
Type Description
SalvageMission
| Improve this Doc View Source

GetMod<T>(Random, ref Single)

Declaration
public T GetMod<T>(Random rand, ref float rating)
    where T : class, IPrototype, ISalvageMod
Parameters
Type Name Description
System.Random rand
System.Single rating
Returns
Type Description
T
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾