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

Method btnPrevClick

src/Ufopaedia/ArticleState.cpp:128–131  ·  view source on GitHub ↗

* Shows the previous available article. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

126 * @param action Pointer to an action.
127 */
128 void ArticleState::btnPrevClick(Action *)
129 {
130 Ufopaedia::prev(_game);
131 }
132
133 /**
134 * Shows the next available article. Loops to the first.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected