MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getTooltip

Method getTooltip

src/Engine/Surface.cpp:838–841  ·  view source on GitHub ↗

* Returns the help description of this surface, * for example for showing in tooltips. * @return String ID. */

Source from the content-addressed store, hash-verified

836 * @return String ID.
837 */
838std::string Surface::getTooltip() const
839{
840 return _tooltip;
841}
842
843/**
844* Changes the help description of this surface,

Callers 4

txtTooltipInMethod · 0.80
txtTooltipOutMethod · 0.80
txtTooltipInMethod · 0.80
txtTooltipOutMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected