MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / SetStretchTexture

Method SetStretchTexture

ogsr_engine/xrGame/ui/UI3tButton.cpp:221–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221void CUI3tButton::SetStretchTexture(bool stretch_texture)
222{
223 CUIButton::SetStretchTexture(stretch_texture);
224 m_background.SetStretchTexture(stretch_texture);
225}
226
227void CUI3tButton::EnableHeading(bool b)
228{

Callers 14

InitZoomParamsMethod · 0.45
InitInternalMethod · 0.45
InitCharacterMethod · 0.45
CreateDragItemMethod · 0.45
InitAddonMethod · 0.45
InitCarBodyMethod · 0.45
InitMethod · 0.45
set_shaderMethod · 0.45
SetupGameIconFunction · 0.45
SetOutfitMethod · 0.45
Init3tButtonMethod · 0.45
InitTextureMethod · 0.45

Calls 1

SetStretchTextureFunction · 0.85

Tested by

no test coverage detected