[0.15.12] LuaSurface.find_entities luadocs are bugged
Posted: Sat May 20, 2017 10:48 am
http://lua-api.factorio.com/latest/LuaS ... s_filtered
This is the current wording for area/position:
I am unable to parse it. I presume this interpretation is the correct one, but I am not sure:
But that says nothing of what takes precedence if both arguments are given, for some reason.
This is the current wording for area/position:
Code: Select all
area :: BoundingBox (optional): Search area if not defined and position is not defined the entire surface is searched
position :: Position (optional): Search position if not defined and area is not defined the entire surface is searched
Code: Select all
area :: BoundingBox (optional): Search area. If neither area nor position is defined, the entire surface is searched.
position :: Position (optional): Search position. If neither area nor position is defined, the entire surface is searched.