You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PlayerPosition is a new typealias introduced in the first map control PR. Currently the type is a list[float], such that it can be easily used with find_closest_area. However, it seems better to typealias PlayerPosition with tuple[float, float, float]. This issue was created to track the work done later to make this change.
The text was updated successfully, but these errors were encountered:
adisujithkumar
changed the title
Moving PlayerPosition type to tuple[float, float, float]
Moving PlayerPosition typealias to tuple[float, float, float]
Jun 9, 2023
PlayerPosition is a new typealias introduced in the first map control PR. Currently the type is a
list[float]
, such that it can be easily used withfind_closest_area
. However, it seems better to typealias PlayerPosition withtuple[float, float, float]
. This issue was created to track the work done later to make this change.The text was updated successfully, but these errors were encountered: