bool InsertRenderList(RenderList * _newRenderList)
Public function of the Epee Engine Class
Description:
Add a RenderList to the RenderList vector.
Used if want to add a custom RenderList to RenderList vector other wise use CreateRenderList funtion
Arguments:
Required:
RenderList * _newRenderList
Pointer to the instance of the RenderList you want to add
Return Value:
currently it always returns true
but it should return false on a null pointer otherwise it will return true