MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / GetPhrases

Method GetPhrases

core/logic/PluginSys.cpp:658–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656}
657
658IPhraseCollection *CPlugin::GetPhrases()
659{
660 return m_pPhrases.get();
661}
662
663void CPlugin::DependencyDropped(CPlugin *pOwner)
664{

Callers 5

TranslateFunction · 0.80
RunSecondPassMethod · 0.80
sm_LoadTranslationsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected