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

Method isSingleton

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

Return true if the type can have only a single instance.

Source from the content-addressed store, hash-verified

458
459 /// Return true if the type can have only a single instance.
460 bool isSingleton() const { return mTypeFlags.test( EngineTypeSingleton ); }
461
462 /// Return true if the type is a variadic function type.
463 bool isVariadic() const { return mTypeFlags.test( EngineTypeVariadic ); }

Callers 1

exportTypeFunction · 0.80

Calls 1

testMethod · 0.45

Tested by

no test coverage detected