OnMapImageUpdatedUsage​Called when player updates map item's imageUseful for executing any action when map image is updatedNo return behaviorExamples​""void OnMapImageUpdated(){ Puts("OnMapImageUpdated works!");}Copy