Get all nodes with line of sight (Grid Graph)

Hi

There is nothing built-in for this.
However you can use https://arongranberg.com/astar/docs/pathutilities.html#BFS
together with https://arongranberg.com/astar/docs/gridgraph.html#Linecast to get something working pretty easily.