The grammar for description of selection_box has a little weirdness
Posted: Fri Nov 10, 2023 6:09 am
https://lua-api.factorio.com/1.1.95/pro ... ection_box
At first, I was confused, reading it as: The selection box is usually a little bit bigger than the collision box, for tileable entities (like buildings) [and then for entities that aren't tiling or buildings...] . Re-reading it, I realized the part after the comma should go with the second part: for tileable entities (like buildings) it should match the tile size of the building.
Breaking the sentence with a period is appropriate and clearer, in my opinion:
I don't know if tileable would be better as tileable, or tile-able, but that could be changed at the same time if wanted.
Code: Select all
The selection box is usually a little bit bigger than the collision box, for tileable entities (like buildings) it should match the tile size of the building.
Breaking the sentence with a period is appropriate and clearer, in my opinion:
Code: Select all
The selection box is usually a little bit bigger than the collision box. For tileable entities (like buildings) it should match the tile size of the building.