RenderList * FindRenderList
(
std::string _name
)
Public function of the Epee Engine Class
Description:
returns a pointer to an RenderList with name _name from the current RenderList vector
Arguments:
Required:
std::string _name
Name of the RenderList
Return Value:
returns a pointer to an RenderList with the name _name if the RenderList does not exist a NULL pointer is returned