MCPcopy Create free account
hub / github.com/ZDoom/Raze / FindGameTexture

Method FindGameTexture

source/common/textures/texturemanager.cpp:366–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364//==========================================================================
365
366FGameTexture *FTextureManager::FindGameTexture(const char *texname, ETextureType usetype, BITFIELD flags)
367{
368 FTextureID texnum = CheckForTexture (texname, usetype, flags);
369 return GetGameTexture(texnum.GetIndex());
370}
371
372//==========================================================================
373//

Callers 14

UpdateFrameFunction · 0.80
DrawBackgroundMethod · 0.80
UpdateCamerasMethod · 0.80
DEFINE_ACTION_FUNCTIONFunction · 0.80
DrawCrosshairFunction · 0.80
precacheMarkedTilesFunction · 0.80
CCMDFunction · 0.80
GetSkyTextureFunction · 0.80
ParseVavoomSkyboxFunction · 0.80
ParseBrightmapMethod · 0.80
ParseMaterialMethod · 0.80
ParseHardwareShaderMethod · 0.80

Calls 2

CheckForTextureFunction · 0.85
GetIndexMethod · 0.45

Tested by

no test coverage detected