DoWithMap |
ID, CallbackFunction |
bool |
If a map with the specified ID exists, calls the CallbackFunction for that map. The CallbackFunction has the following signature: function Callback(Map) Returns true if the map was found and the callback called, false if map not found. |