Recent Changes - Search:

Documentation

Help

Tutorials

RoadMap

Help Docs for wiki writers:

PmWiki

edit SideBar

FindSprockets

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 sprockets if it is found in the render list otherwise it returns a NULL pointer

Edit - History - Print - Recent Changes - Search
Page last modified on October 25, 2007, at 06:53 PM