MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / GlobalName

Method GlobalName

neo/d3xp/script/Script_Program.cpp:608–614  ·  view source on GitHub ↗

============ idVarDef::GlobalName ============ */

Source from the content-addressed store, hash-verified

606============
607*/
608const char *idVarDef::GlobalName( void ) const {
609 if ( scope != &def_namespace ) {
610 return va( "%s::%s", scope->GlobalName(), name->Name() );
611 } else {
612 return name->Name();
613 }
614}
615
616/*
617============

Callers 5

Script_Program.cppFile · 0.45
CompileTextMethod · 0.45
ParseFunctionCallMethod · 0.45
ParseValueMethod · 0.45
ParseFunctionDefMethod · 0.45

Calls 2

vaFunction · 0.85
NameMethod · 0.45

Tested by

no test coverage detected