.. index:: pair: class; EE::Graphics::DrawableSearcher .. _doxid-class_e_e_1_1_graphics_1_1_drawable_searcher: class EE::Graphics::DrawableSearcher ==================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class DrawableSearcher { public: // methods static :ref:`Drawable`* :target:`searchByName`(const std::string& name, bool firstSearchSprite = false); static :ref:`Drawable`* :target:`searchById`(const :ref:`Uint32`& id); static void :target:`setPrintWarnings`(const bool& print); static bool :target:`getPrintWarnings`(); };