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