Class StrangeItemInWorld
Tracks how many strange items are usable within this world, and also how many are owned but not allowed here (bought in a server that has not been listed to allow items to originate from in the strange world config).
Inheritance
System.Object
StrangeItemInWorld
Namespace: Eco.Shared.StrangeCloudShared
Assembly: Eco.Shared.dll
Syntax
[Serialized]
public sealed class StrangeItemInWorld : ValueType
Fields
AllowedQuantity
Declaration
[Serialized]
public int AllowedQuantity
Field Value
Type | Description |
---|---|
System.Int32 |
Type
Declaration
[Serialized]
public string Type
Field Value
Type | Description |
---|---|
System.String |
UnallowedQuantity
Declaration
[Serialized]
public int UnallowedQuantity
Field Value
Type | Description |
---|---|
System.Int32 |