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

Method isCallout

Engine/source/console/engineFunctions.h:267–267  ·  view source on GitHub ↗

Test whether this is a callout function.

Source from the content-addressed store, hash-verified

265
266 /// Test whether this is a callout function.
267 bool isCallout() const { return mFunctionFlags.test( EngineFunctionCallout ); }
268
269 /// Test whether the function is variadic, i.e. takes a variable number of arguments.
270 bool isVariadic() const { return mFunctionType->isVariadic(); }

Callers 2

resetAllCalloutsMethod · 0.80
exportFunctionFunction · 0.80

Calls 1

testMethod · 0.45

Tested by

no test coverage detected