Britbot
static Node Britbot.Navigator.Node.GetLocationNodeFromMap ( Location  loc) [inline, static]

Returns the Node in the map corresponding to the locations specified.

Parameters:
locthe location we want
Returns:
The node in the map corresponding to the location

Definition at line 248 of file Node.cs.

            {
                return Node.Map[loc.Row, loc.Col];
            }