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

Method getSuperType

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

Return the type info object of the engine type that this type subtypes from.

Source from the content-addressed store, hash-verified

436
437 /// Return the type info object of the engine type that this type subtypes from.
438 const EngineTypeInfo* getSuperType() const { return mSuperType; }
439
440 /// Return the size of a single value in bytes.
441 /// Be aware that the value size refers to the value as it is passed around. For types using

Callers 4

exportTypeFunction · 0.80
isSubtypeOfMethod · 0.80
engineTypeInfo.cppFile · 0.80
debugEnumInstancesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected