pep.py/constants/slotStatuses.py

9 lines
100 B
Python
Raw Normal View History

2016-04-19 17:40:59 +00:00
free = 1
locked = 2
notReady = 4
ready = 8
noMap = 16
playing = 32
occupied = 124
playingQuit = 128