MCPcopy Create free account
hub / github.com/Inori/GPCS4 / GetExpModuleName

Function GetExpModuleName

Tools/GenerateCode.py:172–175  ·  view source on GitHub ↗
(mod_name)

Source from the content-addressed store, hash-verified

170
171
172def GetExpModuleName(mod_name):
173 fmt_mod_name = GetModFolderName(mod_name)
174 var_name = 'g_ExpModule{}'.format(fmt_mod_name)
175 return var_name
176
177
178# extern SCE_EXPORT_MODULE g_ExpModuleSceLibc;

Callers 2

WriteExpTabExternFunction · 0.85
WriteExpTabDefinationFunction · 0.85

Calls 2

GetModFolderNameFunction · 0.85
formatMethod · 0.45

Tested by

no test coverage detected