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

Method SetSize

source/core/sectorgeometry.h:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 SectionGeometryPlane* get(Section* section, int plane, const FVector2& offset, TArray<int>** pIndices);
78
79 void SetSize(unsigned sectcount)
80 {
81 data.Clear(); // delete old content
82 data.Resize(sectcount);
83 }
84};
85
86extern SectionGeometry sectionGeometry;

Callers 7

loadMapFunction · 0.45
SerializeMapFunction · 0.45
DisplayFunction · 0.45
CreateStatusBarFunction · 0.45
MakeCanvasMethod · 0.45
ParseVavoomSkyboxFunction · 0.45
ParseGldefSkyboxMethod · 0.45

Calls 2

ClearMethod · 0.45
ResizeMethod · 0.45

Tested by

no test coverage detected