Api TagEntry
struct

TagEntry

public sealed struct TagEntry

Represents a tag along with the count of items it contains

Constructors

TagEntry(String Name, Int32 Count)

Represents a tag along with the count of items it contains

Properties

Name Type Description
Name String
Count Int32

Methods

Void Deconstruct(String Name, Int32 Count)
Assembly: Sandbox.Engine Declaring Type: Package Full Name: Sandbox.Package.TagEntry