Skip to end of metadata
Go to start of metadata

std::string FB::JSAPIAuto::ToString (  )  [inline, virtual]

Default method called when a string value is requested for the scriptable object.

Override this to provide your own, otherwise it returns the description passed to the constructor.

Returns:
A string representation of this object.

Definition at line 293 of file JSAPIAuto.h.

00294         {
00295             return m_description;
00296         }


Generated on 18 Jun 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None