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

Function GetModFolderName

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

Source from the content-addressed store, hash-verified

102 func_list.sort(key = TakeFunc)
103
104def GetModFolderName(mod_name):
105 if len(mod_name) < 6 or mod_name[:6] != 'libSce':
106 folder_name = 'Sce' + mod_name.capitalize()
107 else:
108 folder_name = mod_name[3:]
109 return folder_name
110
111
112def GetCodeFileNames(mod_name):

Callers 3

GetExpModuleNameFunction · 0.85
WriteExpTabDefinationFunction · 0.85
WriteCodeFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected