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

Function isFunction

Engine/source/console/console.cpp:1661–1668  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1659
1660//------------------------------------------------------------------------------
1661bool isFunction(const char *fn)
1662{
1663 const char *string = StringTable->lookup(fn);
1664 if(!string)
1665 return false;
1666 else
1667 return Namespace::global()->lookup(string) != NULL;
1668}
1669
1670//------------------------------------------------------------------------------
1671

Callers 15

main.csFile · 0.85
onExitFunction · 0.85
GuiBuilderFunction · 0.85
loadKeybindingsFunction · 0.85
lighting.csFile · 0.85
oculusVR.csFile · 0.85
loadMissionFunction · 0.85
optionsDlg.csFile · 0.85
PlayGuiFunction · 0.85
gameCore.csFile · 0.85
main.csFile · 0.85

Calls 1

lookupMethod · 0.45

Tested by

no test coverage detected