Class StartingGearPrototype
Inheritance
System.Object
StartingGearPrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Roles
Assembly: Content.Shared.dll
Syntax
public sealed class StartingGearPrototype : object, IPrototype
Properties
| Improve this Doc View SourceID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Inhand
Declaration
public IReadOnlyDictionary<string, string> Inhand { get; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<System.String, System.String> |
Methods
| Improve this Doc View SourceGetGear(String, HumanoidCharacterProfile)
Declaration
public string GetGear(string slot, HumanoidCharacterProfile profile)
Parameters
Type | Name | Description |
---|---|---|
System.String | slot | |
HumanoidCharacterProfile | profile |
Returns
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype