Show / Hide Table of Contents

Class DynamicGameStateToken

The class representing a dynamic game state token.

Inheritance
object
BasicTokenDefinition
DynamicGameStateToken
Implements
IEquatable<BasicTokenDefinition>
Inherited Members
BasicTokenDefinition.TokenDescription
BasicTokenDefinition.TokenName
BasicTokenDefinition.CopyNameAndDescriptionFrom(BasicTokenDefinition)
BasicTokenDefinition.Equals(BasicTokenDefinition)
BasicTokenDefinition.Equals(object)
BasicTokenDefinition.GetHashCode()
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Microsoft.Internal.Studios.Aruba.Infrastructure.Token
Assembly: Aruba.Infrastructure.dll
Syntax
public class DynamicGameStateToken : BasicTokenDefinition, IEquatable<BasicTokenDefinition>

Constructors

View Source

DynamicGameStateToken()

Initializes a new instance of the DynamicGameStateToken class.

Declaration
public DynamicGameStateToken()

Properties

View Source

ObjectListAsString

Gets the object list data in the form of a string.

Declaration
[TokenDefinitionPropertyPreset("Token Data", "A list of all the token data")]
public string ObjectListAsString { get; }
Property Value
Type Description
string
View Source

QueryConfigs

Gets or sets the list of game object query configs.

Declaration
public List<GameObjectQueryConfig> QueryConfigs { get; set; }
Property Value
Type Description
List<GameObjectQueryConfig>
View Source

SearchOption

Gets or sets the lookup value multi-search option.

Declaration
public LookupValueMultiSearchOption SearchOption { get; set; }
Property Value
Type Description
LookupValueMultiSearchOption

Methods

View Source

CopyValuesFrom(BasicTokenDefinition)

Copies the values to this instance.

Declaration
public override void CopyValuesFrom(BasicTokenDefinition other)
Parameters
Type Name Description
BasicTokenDefinition other

The other instance to copy.

Overrides
BasicTokenDefinition.CopyValuesFrom(BasicTokenDefinition)
View Source

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents the current object.

Overrides
object.ToString()

Implements

IEquatable<T>
  • View Source
In this article
Back to top Generated by DocFX