Home
last modified time | relevance | path

Searched refs:CreateShip (Results 1 – 8 of 8) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/default/scripting/specials/planet/
H A Dmonster_guard.macros17 effects = CreateShip designname = OneOf("SM_GUARD_0", "SM_GUARD_1")
42 effects = CreateShip designname = "SM_GUARD_2"
68 effects = CreateShip designname = "SM_GUARD_3"
/dports/games/freeorion/freeorion-0.4.10.2/default/scripting/specials/planet/monster_nest/
H A Dmonster_nest.macros18 CreateShip designname = "SM_@1@_1" empire = Source.Owner
38 effects = CreateShip designname = "SM_@1@_1"
/dports/games/freeorion/freeorion-0.4.10.2/parse/
H A DEffectParser4.cpp79 ) [ _val = construct_movable_(new_<Effect::CreateShip>( in effect_parser_rules_4()
95 ) [ _val = construct_movable_(new_<Effect::CreateShip>( in effect_parser_rules_4()
H A DTokens.h77 (CreateShip) \
/dports/games/freeorion/freeorion-0.4.10.2/server/
H A DServerWrapper.cpp803 …int CreateShip(const std::string& name, const std::string& design_name, const std::string& species… in CreateShip() function
889 { return CreateShip(NewMonsterName(), design_name, "", fleet_id); } in CreateMonster()
1363 def("create_ship", CreateShip); in WrapServer()
/dports/games/freeorion/freeorion-0.4.10.2/universe/
H A DEffects.h381 class FO_COMMON_API CreateShip final : public Effect {
383 CreateShip(std::unique_ptr<ValueRef::ValueRef<std::string>>&& predefined_ship_design_name,
389 CreateShip(std::unique_ptr<ValueRef::ValueRef<int>>&& ship_design_id,
1071 void CreateShip::serialize(Archive& ar, const unsigned int version) in serialize()
H A DEffects.cpp1529 CreateShip::CreateShip(std::unique_ptr<ValueRef::ValueRef<std::string>>&& predefined_ship_design_na… in CreateShip() function in Effect::CreateShip
1541 CreateShip::CreateShip(std::unique_ptr<ValueRef::ValueRef<int>>&& ship_design_id, in CreateShip() function in Effect::CreateShip
1553 void CreateShip::Execute(ScriptingContext& context) const { in Execute()
1653 std::string CreateShip::Dump(unsigned short ntabs) const { in Dump()
1670 void CreateShip::SetTopLevelContent(const std::string& content_name) { in SetTopLevelContent()
1688 unsigned int CreateShip::GetCheckSum() const { in GetCheckSum()
/dports/games/freeorion/freeorion-0.4.10.2/
H A DChangeLog.md2758 - Added or fixed CreateBuilding and CreateShip effects and parsing.