Class AllowPluginModulesAttribute
Inheritance
System.Object
AllowPluginModulesAttribute
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[] |
|
Declaration
public string[] Tags { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Methods
GetStackables()
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