Show / Hide Table of Contents

Class AllowPluginModulesAttribute

Inheritance
System.Object
ItemAttribute
AllowPluginModulesAttribute
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.Modules
Assembly: Eco.Gameplay.dll
Syntax
public class AllowPluginModulesAttribute : ItemAttribute

Constructors

AllowPluginModulesAttribute()

Declaration
public AllowPluginModulesAttribute()

Properties

ItemTypes

Declaration
public Type[] ItemTypes { get; set; }
Property Value
Type Description
System.Type[]

Tags

Declaration
public string[] Tags { get; set; }
Property Value
Type Description
System.String[]

Methods

GetStackables()

Returns Tags and ItemTypes combined into single enumerable.

Declaration
public IEnumerable<ItemRepresentation> GetStackables()
Returns
Type Description
System.Collections.Generic.IEnumerable<ItemRepresentation>

null if both Tags and ItemTypes is null, concatenation of items and tags otherwise.

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