Britbot
static void Britbot.Navigator.UpdateMap ( Group  group) [inline, static]

function to update map for specific group simply calls the Node.updateMap function

Parameters:
groupStrengthGroup whose path is being calculated

Definition at line 364 of file Navigator.cs.

        {
            Node.UpdateMap(group);
        }