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

Method setTexture

src/Basescape/BaseView.cpp:116–119  ·  view source on GitHub ↗

* Changes the texture to use for drawing * the various base elements. * @param texture Pointer to SurfaceSet to use. */

Source from the content-addressed store, hash-verified

114 * @param texture Pointer to SurfaceSet to use.
115 */
116void BaseView::setTexture(SurfaceSet *texture)
117{
118 _texture = texture;
119}
120
121/**
122 * Returns the facility the mouse is currently over.

Callers 4

PlaceLiftStateMethod · 0.45
PlaceFacilityStateMethod · 0.45
BasescapeStateMethod · 0.45
BaseInfoStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected