EUgcMatchingUgcType enum

Inheritance

Constructors

EUgcMatchingUgcType(int value)
const
EUgcMatchingUgcType.fromValue(int value)
factory

Values

all → const EUgcMatchingUgcType
const EUgcMatchingUgcType(-1)
items → const EUgcMatchingUgcType
const EUgcMatchingUgcType(0)
itemsMtx → const EUgcMatchingUgcType
const EUgcMatchingUgcType(1)
itemsReadyToUse → const EUgcMatchingUgcType
const EUgcMatchingUgcType(2)
collections → const EUgcMatchingUgcType
const EUgcMatchingUgcType(3)
artwork → const EUgcMatchingUgcType
const EUgcMatchingUgcType(4)
videos → const EUgcMatchingUgcType
const EUgcMatchingUgcType(5)
screenshots → const EUgcMatchingUgcType
const EUgcMatchingUgcType(6)
allGuides → const EUgcMatchingUgcType
const EUgcMatchingUgcType(7)
webGuides → const EUgcMatchingUgcType
const EUgcMatchingUgcType(8)
integratedGuides → const EUgcMatchingUgcType
const EUgcMatchingUgcType(9)
usableInGame → const EUgcMatchingUgcType
const EUgcMatchingUgcType(10)
controllerBindings → const EUgcMatchingUgcType
const EUgcMatchingUgcType(11)
gameManagedItems → const EUgcMatchingUgcType
const EUgcMatchingUgcType(12)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<EUgcMatchingUgcType>
A constant List of the values in this enum, in order of their declaration.