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

Method isFunction

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

Test whether this type is a function type.

Source from the content-addressed store, hash-verified

473
474 /// Test whether this type is a function type.
475 bool isFunction() const { return ( getTypeKind() == EngineTypeKindFunction ); }
476
477 /// Test whether this type is a struct type.
478 bool isStruct() const { return ( getTypeKind() == EngineTypeKindStruct ); }

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected