CraftStationType

Inherits: Resource

Determines the type of CraftStation.

Description

This is used by CraftStation to filter the valid Recipes in the CraftStation.valid_recipes list using the value set in the Recipe.station recipes.

Properties

Texture2D

icon

String

id

""

String

name

""


Property Descriptions

Texture2D icon 🔗

  • void set_icon(value: Texture2D)

  • Texture2D get_icon()

Station type icon.


String id = "" 🔗

  • void set_id(value: String)

  • String get_id()

There is currently no description for this property. Please help us by contributing one!


String name = "" 🔗

  • void set_name(value: String)

  • String get_name()

Station type name.