MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / getNextType

Method getNextType

Engine/source/console/engineTypeInfo.h:418–421  ·  view source on GitHub ↗

Return the next type in the global link chain of types.

Source from the content-addressed store, hash-verified

416
417 /// Return the next type in the global link chain of types.
418 const EngineTypeInfo* getNextType() const
419 {
420 return mNext;
421 }
422
423 /// @}
424

Callers 2

getTypeInfoByNameMethod · 0.80
dumpEnumsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected