Home
last modified time | relevance | path

Searched refs:ProductionPoints (Results 1 – 3 of 3) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/Empire/
H A DEmpire.h154 …float ProductionPoints() const; ///< Returns the empire's current prod…
H A DEmpire.cpp997 float Empire::ProductionPoints() const in ProductionPoints() function in Empire
/dports/games/freeorion/freeorion-0.4.10.2/python/
H A DEmpireWrapper.cpp354 ….add_property("productionPoints", make_function(&Empire::ProductionPoints, return_val… in WrapEmpire()