Square

class Square(_square_type: U16, positionX: I16, positionY: I16, _unknown1: U16, waypoints: Annotated[list[WaypointData], 4], district_destination_id: U8, one_way_lift: U8, value: U16, price: U16, _unknown2: U8, shop_model: U8)

Bases: object

A dataclass representing a Square.

This object contains a square type, position information, waypoints, district ID, one way lift boolean, a value, a price, and a reference to a shop model.

Methods

size

Attributes

square_type

positionX

positionY

waypoints

district_destination_id

one_way_lift

value

price

shop_model