Python Question : CyPlayer() Assets ?

Sto

Should i code today ...
Joined
Dec 15, 2005
Messages
1,144
Location
Marseille (France)
is somebody knows what corresponds the attribute assets in CyPayer() :

gc.getPlayer(i).getAssets() and gc.getPlayer(i).changeAssets(Int) .

I tried to study the turned over values has different moment from the play but I do not find anything logic. The creation of units and cities seems to influence the value of it .

what is this made for?
 
Sto said:
is somebody knows what corresponds the attribute assets in CyPayer() :

gc.getPlayer(i).getAssets() and gc.getPlayer(i).changeAssets(Int) .

I tried to study the turned over values has different moment from the play but I do not find anything logic. The creation of units and cities seems to influence the value of it .

what is this made for?

Asset in the object values is how much that object contributes to the score. I assume the functions you mentioned also influence the score.
 
Thanks , I would never have thought about that. It's strange that the barbarians are also entered !
 
Back
Top Bottom