This script file is designed to be included by others.
It renders optional the prefix "Sys_" and all of the underscores found in all of Aaron''s function names.
So instead of typing:
"Sys_Get_Empire_Research_Tech_Area_Accumulated_Points(playerIdx, techID)"
You can say just:
"GetEmpireResearchTechAreaAccumulatedPoints(playerIdx, techID)"
OR
"Get_Empire_Research_Tech_Area_Accumulated_Points(playerIdx, techID)"
OR
"SysGetEmpireResearchTechAreaAccumulatedPoints(playerIdx, techID)" |