Category:Cargo management templates

From Captain of Industry Wiki
Jump to: navigation, search

This category contains all templates, which are related to Cargo tables or Cargo extention in general.

Cargo extention is used to store raw data, exported from the game's source code. See more.

Usually, every Cargo table has several templates which are directly connected to it:

  • declare template specifies table's structure.
  • define template is an interface, used to add data row to the table.
  • fetch template is an interface, usually performing a querry to one or several tables, and then operating with a resulting list (usually using another template).