Class SharedStationSpawningSystem
Namespace: Content.Shared.Station
Assembly: Content.Shared.dll
Syntax
public abstract class SharedStationSpawningSystem : EntitySystem
Fields
| Improve this Doc View SourceInventorySystem
Declaration
protected readonly InventorySystem InventorySystem
Field Value
Type | Description |
---|---|
InventorySystem |
Methods
| Improve this Doc View SourceEquipStartingGear(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. |