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

Method GetPrimitive

neo/idlib/MapFile.h:178–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 bool Write( idFile *fp, int entityNum ) const;
177 int GetNumPrimitives( void ) const { return primitives.Num(); }
178 idMapPrimitive * GetPrimitive( int i ) const { return primitives[i]; }
179 void AddPrimitive( idMapPrimitive *p ) { primitives.Append( p ); }
180 unsigned int GetGeometryCRC( void ) const;
181 void RemovePrimitiveData();

Callers 6

EntityFromMapEntityFunction · 0.80
ProcessMapEntityFunction · 0.80
CM_EstimateVertsAndEdgesFunction · 0.80
ParseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected