powered by
game_type_now() retrieves the game type as of now and returns a scalar integer used as the current-context default in season/game-type dependent wrappers.
game_type_now()
integer in 1:3 (where 1 = pre-season, 2 = regular season, 3 = playoff/post-season)
game_type_now <- game_type_now()
Run the code above in your browser using DataLab