EDenyReason enum

Inheritance

Constructors

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

Values

invalid → const EDenyReason
const EDenyReason(0)
invalidVersion → const EDenyReason
const EDenyReason(1)
generic → const EDenyReason
const EDenyReason(2)
notLoggedOn → const EDenyReason
const EDenyReason(3)
noLicense → const EDenyReason
const EDenyReason(4)
cheater → const EDenyReason
const EDenyReason(5)
loggedInElseWhere → const EDenyReason
const EDenyReason(6)
unknownText → const EDenyReason
const EDenyReason(7)
incompatibleAnticheat → const EDenyReason
const EDenyReason(8)
memoryCorruption → const EDenyReason
const EDenyReason(9)
incompatibleSoftware → const EDenyReason
const EDenyReason(10)
steamConnectionLost → const EDenyReason
const EDenyReason(11)
steamConnectionError → const EDenyReason
const EDenyReason(12)
steamResponseTimedOut → const EDenyReason
const EDenyReason(13)
steamValidationStalled → const EDenyReason
const EDenyReason(14)
steamOwnerLeftGuestUser → const EDenyReason
const EDenyReason(15)

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<EDenyReason>
A constant List of the values in this enum, in order of their declaration.