Module:PageRef: Difference between revisionsGive feedback
Jump to navigation
Jump to search
m if the icon doesn't exist at all, return blank from get_file_name |
m hero file no longer requires _MM at the end, simplifying time complexity greatly |
||
| Line 7: | Line 7: | ||
end | end | ||
local heroes_data = nil --free memory | local heroes_data = nil --free memory | ||
-- Generates appropriate filename from resource_name_localized | -- Generates appropriate filename from resource_name_localized | ||
| Line 27: | Line 17: | ||
file_name = alt_file_name | file_name = alt_file_name | ||
else | else | ||
file_name = resource_name_localized | |||
end | end | ||
-- Prefix with File namespace | -- Prefix with File namespace | ||