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

Method btnNextClick

src/Ufopaedia/ArticleState.cpp:137–140  ·  view source on GitHub ↗

* Shows the next available article. Loops to the first. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

135 * @param action Pointer to an action.
136 */
137 void ArticleState::btnNextClick(Action *)
138 {
139 Ufopaedia::next(_game);
140 }
141
142}

Callers

nothing calls this directly

Calls 1

nextFunction · 0.85

Tested by

no test coverage detected