Method GetInternalName
| Edit this page View SourceGetInternalName(string)
Get the internal name for a crafting station from its human readable name.
Declaration
public static string GetInternalName(string craftingStation)
Parameters
| Type | Name | Description |
|---|---|---|
| string | craftingStation |
Returns
| Type | Description |
|---|---|
| string | The matched internal name. If the craftingStation parameter is null or empty, None is returned. Otherwise the unchanged craftingStation parameter is returned. |