Show / Hide Table of Contents

Class LiquidProducerAttribute

Attribute for items which produces Liquid (or Gases).

Inheritance
System.Object
ItemAttribute
LiquidProducerAttribute
Inherited Members
ItemAttribute.BuildCache(IEnumerable<Item>)
ItemAttribute.Has<T>(Type)
ItemAttribute.Has(Type, Type)
ItemAttribute.TryGet<T>(Type, T)
ItemAttribute.Get<T>(Type)
Namespace: Eco.Gameplay.Items
Assembly: Eco.Gameplay.dll
Syntax
public class LiquidProducerAttribute : ItemAttribute

Constructors

LiquidProducerAttribute(Type, Single)

Declaration
public LiquidProducerAttribute(Type outputType, float outputRate)
Parameters
Type Name Description
System.Type outputType
System.Single outputRate

Properties

OutputRate

Declaration
public float OutputRate { get; }
Property Value
Type Description
System.Single

OutputType

Declaration
public Type OutputType { get; }
Property Value
Type Description
System.Type

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾