Grid.entities_in_radius - args style mismatch #216

Closed
opened 2026-01-15 03:22:24 +00:00 by john · 0 comments
Owner
entities_in_radius(...) unbound mcrfpy.Grid method
    entities_in_radius(x: float, y: float, radius: float) -> list[Entity]

#126 violation: x and y parameters found; should instead accept tuple/list/mcrfpy.Vector. see PyPositionHelper.cpp.

``` entities_in_radius(...) unbound mcrfpy.Grid method entities_in_radius(x: float, y: float, radius: float) -> list[Entity] ``` #126 violation: x and y parameters found; should instead accept tuple/list/mcrfpy.Vector. see PyPositionHelper.cpp.
john closed this issue 2026-01-17 00:22:22 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
john/McRogueFace#216
No description provided.