from what I understand when reading these functions
tilemap_get_at_pixel
- Checks a tilemap
- Checks a specific point in the room
- Returns 1 or 0 depending if the tilemap is present or not
place_meeting
- Checks a specific point in the room
- If two collision masks are overlapping in that spot returns true. Otherwise it returns false.
someone verify?