calculations.lua

Functions used for the ingame help windows.

programs_wares_count(tribe, building, ware_description)

Examines the production site programs and returns three tables.

Parameters
Returns (in this order)
  • An array of program_names this production site has

  • A table of {program_name,wares_count}

  • A table of {program_name,formatted_string(s)}

programs_workers_count(tribe, building, worker_description)

Examines the production site programs and returns three tables.

Parameters
Returns (in this order)
  • An array of program_names this production site has

  • A table of {program_name,workers_count}

  • A table of {program_name,formatted_string(s)}