Home
last modified time | relevance | path

Searched refs:ArrivedOnTurn (Results 1 – 7 of 7) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/default/scripting/species/common/
H A Dadvanced_focus.macros72 Turn low = LocalCandidate.ArrivedOnTurn + 1
90 Turn low = LocalCandidate.ArrivedOnTurn + 1
123 Turn low = LocalCandidate.ArrivedOnTurn + 1
/dports/games/freeorion/freeorion-0.4.10.2/default/scripting/ship_hulls/organic/
H A Dorganic.macros18 Turn low = LocalCandidate.ArrivedOnTurn + 1
/dports/games/freeorion/freeorion-0.4.10.2/default/scripting/ship_hulls/
H A Dship_hulls.macros116 + @1@ * (Statistic If Condition = Turn low = Source.ArrivedOnTurn + 1)
147 Turn low = LocalCandidate.ArrivedOnTurn + 1
/dports/games/freeorion/freeorion-0.4.10.2/universe/
H A DShip.h53 …int ArrivedOnTurn() const { return m_arrived_on_turn; } ///< r… in ArrivedOnTurn() function
H A DValueRefs.cpp955 ship_property = &Ship::ArrivedOnTurn; in Eval()
/dports/games/freeorion/freeorion-0.4.10.2/parse/
H A DTokens.h26 (ArrivedOnTurn) \
/dports/games/freeorion/freeorion-0.4.10.2/python/
H A DUniverseWrapper.cpp589 .add_property("arrivedOnTurn", &Ship::ArrivedOnTurn) in WrapUniverseClasses()