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

Method SetLinkedTexture

source/common/textures/texturemanager.cpp:1633–1639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1631//==========================================================================
1632
1633void FTextureManager::SetLinkedTexture(int lump, FGameTexture* tex)
1634{
1635 if (lump < fileSystem.GetNumEntries())
1636 {
1637 linkedMap.Insert(lump, tex);
1638 }
1639}
1640
1641//==========================================================================
1642//

Callers 1

~FGameTextureMethod · 0.80

Calls 2

GetNumEntriesMethod · 0.80
InsertMethod · 0.45

Tested by

no test coverage detected