You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will check if a given node is visible from another given node.
-- Returns true if nodeB is visible from nodeA or vice versa-- allowDiagonal will depend on the number of allowed directions when moving.functionGrid:lineOfSight(nodeA, nodeB)
The text was updated successfully, but these errors were encountered:
Will check if a given node is visible from another given node.
The text was updated successfully, but these errors were encountered: