Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
658
IPhraseCollection *CPlugin::GetPhrases()
659
{
660
return m_pPhrases.get();
661
}
662
663
void CPlugin::DependencyDropped(CPlugin *pOwner)
664
{
Callers
5
Translate
Function · 0.80
RunSecondPass
Method · 0.80
sm_TranslationPhraseExists
Function · 0.80
sm_IsTranslatedForLanguage
Function · 0.80
sm_LoadTranslations
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected