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

Method getSender

src/Engine/Action.cpp:181–184  ·  view source on GitHub ↗

* Returns the interactive surface that triggered * this action (the sender). * @return Pointer to interactive surface. */

Source from the content-addressed store, hash-verified

179 * @return Pointer to interactive surface.
180 */
181InteractiveSurface *Action::getSender() const
182{
183 return _sender;
184}
185
186/**
187 * Changes the interactive surface that triggered

Callers 15

btnClickMethod · 0.80
btnVisibleUnitClickMethod · 0.80
btnReserveClickMethod · 0.80
btnReserveKneelClickMethod · 0.80
btnZeroTUsClickMethod · 0.80
txtTooltipInMethod · 0.80
txtTooltipOutMethod · 0.80
btnGroupPressMethod · 0.80
txtTooltipInMethod · 0.80
txtTooltipOutMethod · 0.80
btnBaseXClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected