Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
LoadSectors
Method · 0.85
ProcessSideTextures
Method · 0.85
SetTexture
Method · 0.85
Calls
2
FSetTextureID
Class · 0.85
SetTexture
Method · 0.45
Tested by
no test coverage detected