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

Method setSelectable

src/Interface/TextList.cpp:556–559  ·  view source on GitHub ↗

* If enabled, the list will respond to player input, * highlighting selected rows and receiving clicks. * @param selectable Selectable setting. */

Source from the content-addressed store, hash-verified

554 * @param selectable Selectable setting.
555 */
556void TextList::setSelectable(bool selectable)
557{
558 _selectable = selectable;
559}
560
561/**
562 * Changes the text list to use the big-size font.

Callers 1

ComboBoxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected