• Retrieves all properties of a specific type from a limetype.

    This function filters the properties of a limetype and returns those that match the specified property type.

    Returns

    An array of properties that match the specified type.

    Parameters

    • limetype: LimeType

      The limetype containing the properties.

    • type: PropertyType

      The type of properties to retrieve.

    Returns LimeProperty[]