MCPcopy Create free account
hub / github.com/ZDoom/gzdoom / SetTexture

Function SetTexture

src/scripting/vmthunks.cpp:781–784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

779 }
780
781 static void SetTexture(sector_t *self, int pos, int o, bool adj)
782 {
783 self->SetTexture(pos, FSetTextureID(o), adj);
784 }
785
786 DEFINE_ACTION_FUNCTION_NATIVE(_Sector, SetTexture, SetTexture)
787 {

Callers 3

LoadSectorsMethod · 0.85
ProcessSideTexturesMethod · 0.85
SetTextureMethod · 0.85

Calls 2

FSetTextureIDClass · 0.85
SetTextureMethod · 0.45

Tested by

no test coverage detected