enum Steamcr::EAppType
Defined in:
steamd/enums.crEnum Members
-
INVALID =
0 -
GAME =
1 -
APPLICATION =
2 -
TOOL =
4 -
DEMO =
8 -
DEPRECTED =
16 -
DLC =
32 -
GUIDE =
64 -
DRIVER =
128 -
CONFIG =
256 -
HARDWARE =
512 -
FRANCHISE =
1024 -
VIDEO =
2048 -
PLUGIN =
4096 -
MUSIC =
8192 -
SERIES =
16384 -
COMIC =
32768 -
BETA =
65536 -
SHORTCUT =
1073741824
Class Method Summary
Instance Method Summary
- #application?
- #beta?
- #comic?
- #config?
- #demo?
- #deprected?
- #dlc?
- #driver?
- #franchise?
- #game?
- #guide?
- #hardware?
- #invalid?
- #music?
- #plugin?
- #series?
- #shortcut?
- #to_io(io, format)
- #tool?
- #video?