mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
Since __________, a bunch of getter on various components are now unused. This patch removes three of them: - `Identity.prototype.GetRankTechName`, because it is kinda redundant since there's also `Identity.prototype.GetRank`. - `Auras.prototype.GetDescriptions` and `Upgrade.prototype.GetUpgrades` because they are long and perform additional logic (only duplicating some lines from globalscripts/Templates.js). All of the other getters are simple and kept for now because they are useful to have in general and might be handy in the future or for mods. |
||
|---|---|---|
| .. | ||
| art | ||
| audio | ||
| autostart | ||
| campaigns | ||
| gamesettings | ||
| globalscripts | ||
| gui | ||
| l10n | ||
| maps | ||
| shaders | ||
| simulation | ||
| mod.json | ||