Size: 616
Comment:
|
Size: 822
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
## page was renamed from city.incomingResources | |
Line 2: | Line 3: |
{{http://guide.neatportal.com/moin_static/applets/FCKeditor/editor/images/spacer.gif|http://guide.neatportal.com/moin_static/applets/FCKeditor/editor/images/spacer.gif|class="TB_Button_Image"}} city.incomingResources() | {{http://guide.neatportal.com/moin_static/applets/FCKeditor/editor/images/spacer.gif|http://guide.neatportal.com/moin_static/applets/FCKeditor/editor/images/spacer.gif|class="TB_Button_Image"}} '''''city.incomingResources() ''''' function that returns the amount of resources incoming to a city based on the incoming resources in an object form. (food,wood,stone,iron,gold,total) |
Line 29: | Line 32: |
CategoryFunctions | ObjectCity |
function
city.incomingResources()
function that returns the amount of resources incoming to a city based on the incoming resources in an object form. (food,wood,stone,iron,gold,total)
usage:
city.incomingResources().property
properties:
total gold iron stone food wood
example:
echo city.incomingResources().food
would output 240,000,000