Skip to content

Map_element

fgrimau edited this page Dec 28, 2019 · 10 revisions

The Map_element class

no description..

Map_element Methods

  • MapElement()
  • MapElement(const MapElement&)
  • ~MapElement()

Operators

  • MapElement& operator=(const MapElement&)

Getters

  • bool get_accessibility(int) const
  • SDL_Rect get_rect() const

Setters

  • void set_accessibility(int, bool) const
  • void set_rect(SDL_Rect)
  • void set_rect(int, int, int, int)

Others

  • int draw(Screen*, int, int)
  • int draw(Screen*, SDL_Rect)
  • SDL_Rect* m_image_rect
  • bool m_accessibility[4]

Clone this wiki locally