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

Method MedikitButton

src/Battlescape/MedikitState.cpp:111–113  ·  view source on GitHub ↗

* Initializes a Medikit button. * @param y The button's y origin. */

Source from the content-addressed store, hash-verified

109 * @param y The button's y origin.
110 */
111MedikitButton::MedikitButton(int y) : InteractiveSurface(30, 20, 190, y)
112{
113}
114
115/**
116 * Initializes the Medikit State.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected