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

Method setSender

src/Engine/Action.cpp:191–194  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

189 * @param sender Pointer to interactive surface.
190 */
191void Action::setSender(InteractiveSurface *sender)
192{
193 _sender = sender;
194}
195
196/**
197 * Returns the details about this action.

Callers 1

handleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected