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

Method isAbstract

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

Return true if the type is abstract. @note Only class and function types can be abstract.

Source from the content-addressed store, hash-verified

449 /// Return true if the type is abstract.
450 /// @note Only class and function types can be abstract.
451 bool isAbstract() const { return mTypeFlags.test( EngineTypeAbstract ); }
452
453 /// Return true if the type can be instantiated from outside the engine.
454 bool isInstantiable() const { return mTypeFlags.test( EngineTypeInstantiable ); }

Callers 1

exportTypeFunction · 0.80

Calls 1

testMethod · 0.45

Tested by

no test coverage detected