Home
last modified time | relevance | path

Searched refs:SetAggression (Results 1 – 13 of 13) sorted by relevance

/dports/astro/phd2/phd2-2.6.10/
H A Dguide_algorithm_hysteresis.cpp60 SetAggression(aggression); in GuideAlgorithmHysteresis()
148 bool GuideAlgorithmHysteresis::SetAggression(double aggression) in SetAggression() function in GuideAlgorithmHysteresis
216 err = SetAggression(val); in SetParam()
281 m_pGuideAlgorithm->SetAggression(m_pAggression->GetValue() / 100.0); in UnloadValues()
370 m_pGuideAlgorithm->SetAggression(m_pAggression->GetValue() / 100.0); in OnAggressionSpinCtrl()
H A Dguide_algorithm_resistswitch.cpp52 SetAggression(aggr); in GuideAlgorithmResistSwitch()
208 bool GuideAlgorithmResistSwitch::SetAggression(double aggr) in SetAggression() function in GuideAlgorithmResistSwitch
277 err = SetAggression(val); in SetParam()
345 m_pGuideAlgorithm->SetAggression(m_pAggression->GetValue() / 100.0); in UnloadValues()
430 m_pGuideAlgorithm->SetAggression(m_pAggression->GetValue() / 100.0); in OnAggressionSpinCtrl()
H A Dguide_algorithm_resistswitch.h91 bool SetAggression(double aggr);
H A Dguide_algorithm_hysteresis.h93 bool SetAggression(double minMove);
/dports/games/freeorion/freeorion-0.4.10.2/client/AI/
H A DAIFramework.h109 void SetAggression(int aggr);
H A DAIFramework.cpp204 void PythonAI::SetAggression(int aggr) in SetAggression() function in PythonAI
H A DAIClientApp.cpp318 m_AI->SetAggression(this_aggr); in HandleMessage()
/dports/games/freeorion/freeorion-0.4.10.2/parse/
H A DEffectParser3.cpp85 = tok.SetAggressive_ [ _val = construct_movable_(new_<Effect::SetAggression>(true)) ] in effect_parser_rules_3()
86 … | tok.SetPassive_ [ _val = construct_movable_(new_<Effect::SetAggression>(false)) ] in effect_parser_rules_3()
/dports/games/openfodder/openfodder-1.6.0/Run/Scripts/General/
H A DPrototype.ts266 SetAggression(pMin: number, pMax: number): void; method
/dports/games/openfodder/openfodder-1.6.0/Source/
H A DCampaign.hpp118 void SetAggression(const int16& pMin, const int16& pMax) { in SetAggression() function in cPhase
H A DScriptingEngine.cpp301 dukglue_register_method(mContext, &cPhase::SetAggression, "SetAggression"); in init()
/dports/games/freeorion/freeorion-0.4.10.2/universe/
H A DEffects.h695 class FO_COMMON_API SetAggression final : public Effect {
697 explicit SetAggression(bool aggressive);
1182 void SetAggression::serialize(Archive& ar, const unsigned int version) in serialize()
H A DEffects.cpp2944 SetAggression::SetAggression(bool aggressive) : in SetAggression() function in Effect::SetAggression
2948 void SetAggression::Execute(ScriptingContext& context) const { in Execute()
2964 std::string SetAggression::Dump(unsigned short ntabs) const in Dump()
2967 unsigned int SetAggression::GetCheckSum() const { in GetCheckSum()