MCPcopy Create free account
hub / github.com/ZDoom/Raze / FindBuiltinFunction

Function FindBuiltinFunction

source/common/scripting/backend/codegen.cpp:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266//==========================================================================
267
268PFunction *FindBuiltinFunction(FName funcname)
269{
270 return dyn_cast<PFunction>(RUNTIME_CLASS(DObject)->FindSymbol(funcname, true));
271}
272
273//==========================================================================
274//

Callers 1

EmitMethod · 0.85

Calls 1

FindSymbolMethod · 0.45

Tested by

no test coverage detected