Skip to content

Box Player Class Basketball

Christian Wendt edited this page Feb 10, 2021 · 1 revision

Documentation of all variables for Box Player Class

This class inherits from the Player Class and holds more specific information of the player at the current time.
You can access all the variables from the Player Class.

Variables

slot_position: str # the players lineup position
points: int # points scored in the current week
points_breakdown: dict # dict of points breakdown (PTS, BLK, AST, ...)
pro_opponent: str # the pro team the player is going against
game_played: int # 0 (not played/playing) or 100 (finished game)