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

Method setThickness

src/Interface/Frame.cpp:95–99  ·  view source on GitHub ↗

* Changes the thickness of the border to draw. * @param thickness Thickness in pixels. */

Source from the content-addressed store, hash-verified

93* @param thickness Thickness in pixels.
94*/
95void Frame::setThickness(int thickness)
96{
97 _thickness = thickness;
98 _redraw = true;
99}
100
101/**
102 * Draws the bordered frame with a graphic background.

Callers 6

InfoboxOKStateMethod · 0.80
ActionMenuItemMethod · 0.80
PrimeGrenadeStateMethod · 0.80
InfoboxStateMethod · 0.80
NewBattleStateMethod · 0.80
SliderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected