AStarGrid2D.is_point_solid
should be renamed to get_point_solid
#9358
Replies: 2 comments 3 replies
-
This would break compatibility, further the This would break the pattern with While there are cases of When searching the bound properties the following is clear:
|
Beta Was this translation helpful? Give feedback.
-
Fair enough. The lack of symmetry is surprising to me, but maybe that's because Godot isn't my normal environment. If it's a well-established pattern in Godot, it isn't a consistent one (for example Bitmap's set_bit / get_bit and set_bitv / get_bitv). |
Beta Was this translation helpful? Give feedback.
-
"Set"ters should be paired with "Get"ters. Much like it already has the pair of
set_point_weight_scale
andget_point_weight_scale
, it should haveset_point_solid
andget_point_solid
.Beta Was this translation helpful? Give feedback.
All reactions