Welcome Guest [Log In] [Register]
Viewing Single Post From: Epee Engine
Alan
Administrator
[ *  *  * ]
Sprockets * FindSprockets(
std::string _name,
std::string _renderlist
)

Public function of the Epee Engine Class

Description:
returns a pointer to a sprocket from the _renderlist. if the sprocket does not exist in _renderlist then a NULL pointer is returned

Arguments:

Required:
std::string _name
Name of the Sprocket to find

Optional
std::string _renderlist
Render list to search for the sprocket in
defaults to "Current"

NOTE: Ever renderlist caches the last sprocket found so,sequential calls to find the same sprocket do NOT cause a performance loss

Return Value:
returns a pointer to the sprocket if it is found in the render list otherwise it returns a NULL pointer
Offline Profile Quote Post
Epee Engine · Documentation