Steamcr::EDenyReason
Inherits Enum < Comparable < Value < Object
Constants
INVALID_VERSION = 1
GENERIC = 2
NOT_LOGGED_ON = 3
NO_LICENSE = 4
CHEATER = 5
LOGGED_IN_ELSE_WHERE = 6
UNKNOWN_TEXT = 7
INCOMPATIBLE_ANTICHEAT = 8
MEMORY_CORRUPTION = 9
INCOMPATIBLE_SOFTWARE = 10
STEAM_CONNECTION_LOST = 11
STEAM_CONNECTION_ERROR = 12
STEAM_RESPONSE_TIMED_OUT = 13
STEAM_VALIDATION_STALLED = 14
STEAM_OWNER_LEFT_GUEST_USER = 15
Class methods
from_io(io, format)
SourceInstance methods
steam_owner_left_guest_user?
Returns true if this enum value equals STEAM_OWNER_LEFT_GUEST_USER
to_io(io, format)
Source