Show / Hide Table of Contents

Class SharedStationSpawningSystem

Inheritance
System.Object
SharedStationSpawningSystem
StationSpawningSystem
StationSpawningSystem
Namespace: Content.Shared.Station
Assembly: Content.Shared.dll
Syntax
public abstract class SharedStationSpawningSystem : EntitySystem

Fields

| Improve this Doc View Source

InventorySystem

Declaration
protected readonly InventorySystem InventorySystem
Field Value
Type Description
InventorySystem

Methods

| Improve this Doc View Source

EquipStartingGear(EntityUid, StartingGearPrototype, HumanoidCharacterProfile)

Equips starting gear onto the given entity.

Declaration
public void EquipStartingGear(EntityUid entity, StartingGearPrototype startingGear, HumanoidCharacterProfile profile)
Parameters
Type Name Description
EntityUid entity

Entity to load out.

StartingGearPrototype startingGear

Starting gear to use.

HumanoidCharacterProfile profile

Character profile to use, if any.

  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾