Show / Hide Table of Contents

Class ResourceRequirement

Inheritance
System.Object
ResourceRequirement
Namespace: Eco.Gameplay.Settlements
Assembly: Eco.Gameplay.dll
Syntax
public sealed class ResourceRequirement : ValueType

Constructors

ResourceRequirement(String, Int32)

Declaration
public ResourceRequirement(string tagName, int req)
Parameters
Type Name Description
System.String tagName
System.Int32 req

Properties

Required

Declaration
public int Required { get; set; }
Property Value
Type Description
System.Int32

Tag

Declaration
public Tag Tag { get; }
Property Value
Type Description
Tag

TagName

Declaration
public string TagName { get; set; }
Property Value
Type Description
System.String

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
☀
☾