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

Method setListButton

src/Engine/InteractiveSurface.cpp:520–523  ·  view source on GitHub ↗

* Sets a flag for this button to say "i'm a member of a textList" to true. */

Source from the content-addressed store, hash-verified

518 * Sets a flag for this button to say "i'm a member of a textList" to true.
519 */
520void InteractiveSurface::setListButton()
521{
522 _listButton = true;
523}
524
525}

Callers 3

BuildNewBaseStateMethod · 0.80
addRowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected