WaypointData¶
- class WaypointData(entryId: U8, destinations: Annotated[list[U8], 3])¶
Bases:
objectA dataclass representing Waypoint information.
This is pathing data – there is an entry ID, then a list of up to three destinations for that entry ID. This determines which Square IDs the player is allowed to visit based on where they’ve come from (the Entry ID is a Square ID).
Methods
Attributes
entryIddestinations