-
Notifications
You must be signed in to change notification settings - Fork 10
Status
Benjamin Nelson DeMann edited this page Aug 24, 2017
·
2 revisions
Status is a subclass of the Environment module.
The status class is keeping track of the progress of a body. The bodies status would inform a user if the body is ready to be worked on or if it requires other things to be complete first. When a body is complete it's status can be marked as such.
- WAIT
- READY
- STARTED
- DONE
- get_level(name)
- get_name(level)