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

Method FindSymbol

source/common/objects/dobjtype.cpp:752–756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750}
751
752PSymbol *PClass::FindSymbol(FName symname, bool searchparents) const
753{
754 if (VMType == nullptr) return nullptr;
755 return VMType->Symbols.FindSymbol(symname, searchparents);
756}
757
758//==========================================================================
759//

Callers 15

CompilePropertiesMethod · 0.45
CompileFlagDefsMethod · 0.45
PostProcessLevelFunction · 0.45
FindFlagFunction · 0.45
ScriptVarMethod · 0.45
FindFunctionMethod · 0.45
GetVirtualIndexFunction · 0.45
DEFINE_ACTION_FUNCTIONFunction · 0.45
DoParseListMenuBodyFunction · 0.45
ParseOptionMenuBodyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected