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

Method getSelectedPart

src/Battlescape/MedikitView.cpp:119–122  ·  view source on GitHub ↗

* Gets the selected body part. * @return The selected body part. */

Source from the content-addressed store, hash-verified

117 * @return The selected body part.
118 */
119int MedikitView::getSelectedPart() const
120{
121 return _selectedPart;
122}
123
124/**
125 * Updates the selected body part.

Callers 1

onHealClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected