MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / IsDynamicModel

Method IsDynamicModel

neo/renderer/Model.cpp:454–457  ·  view source on GitHub ↗

================ idRenderModelStatic::IsDynamicModel ================ */

Source from the content-addressed store, hash-verified

452================
453*/
454dynamicModel_t idRenderModelStatic::IsDynamicModel() const {
455 // dynamic subclasses will override this
456 return DM_STATIC;
457}
458
459/*
460================

Callers 13

ProjectOverlayMethod · 0.45
drawMethod · 0.45
Brush_ModelIntersectFunction · 0.45
Brush_DrawModelFunction · 0.45
ProjectDecalOntoWorldMethod · 0.45
ProjectDecalMethod · 0.45
ProjectOverlayMethod · 0.45
RenderSceneMethod · 0.45
GuiTraceMethod · 0.45
TraceMethod · 0.45
R_EntityDefDynamicModelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected