Welcome Guest [Log In] [Register]
Viewing Single Post From: Epee Engine
Alan
Administrator
[ *  *  * ]
bool SetCurrentRentderList
(
std::string _ListToChangeTo
)


Public function of the Epee Engine Class

Description:
Set the render list that should be drawn. That list replaces the current render list
Note: when the Epee Engine is initialized it creates a render list for you called Default.
New render list can be created with the CreateRenderlist call. Once they are created this function can be used to switch out render list.


Arguments:
_ListToChangeTo
name of the render list do be drawn.


Return Value:
returns true if _ListToChangeTo on success returns false otherwise
Offline Profile Quote Post
Epee Engine · Documentation