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

Method invalidate

src/Engine/Surface.cpp:828–831  ·  view source on GitHub ↗

* Set the surface to be redrawn */

Source from the content-addressed store, hash-verified

826 * Set the surface to be redrawn
827 */
828void Surface::invalidate()
829{
830 _redraw = true;
831}
832
833/**
834 * Returns the help description of this surface,

Callers 8

thinkMethod · 0.80
scrollXYMethod · 0.80
handleStateMethod · 0.80
onHealClickMethod · 0.80
hoverRedrawMethod · 0.80
resizeMethod · 0.80
updateArrowsMethod · 0.80
blitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected