enum Steamcr::EDenyReason
Defined in:
steamd/enums.cr
Enum Members
-
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 Method Summary
Instance Method Summary
Class Method Detail
def self.
from_io(io, format)
#
Instance Method Detail
def
incompatible_anticheat?
#
def
incompatible_software?
#
def
logged_in_else_where?
#
def
steam_connection_error?
#
def
steam_connection_lost?
#
def
steam_owner_left_guest_user?
#
def
steam_response_timed_out?
#
def
steam_validation_stalled?
#