Home
last modified time | relevance | path

Searched refs:nationRecno2 (Results 1 – 4 of 4) sorted by relevance

/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DONEWS2.cpp1013 News* NewsArray::add_news(int newsId, int newsType, int nationRecno, int nationRecno2, int forceAdd) in add_news() argument
1030 if( nationRecno2 && nationRecno2 != nation_array.player_recno ) in add_news()
1032 if( !playerNation->get_relation(nationRecno2)->has_contact ) in add_news()
1064 if( nationRecno2 ) in add_news()
1066 nationPtr = nation_array[nationRecno2]; in add_news()
H A DOUNITAAC.cpp294 void UnitArray::stop_war_between(short nationRecno1, short nationRecno2) in stop_war_between() argument
314 if(unitPtr->nation_recno!=nationRecno1 && unitPtr->nation_recno!=nationRecno2) in stop_war_between()
344 if(targetUnit->nation_recno==nationRecno1 || targetUnit->nation_recno==nationRecno2) in stop_war_between()
353 if(targetFirm->nation_recno==nationRecno1 || targetFirm->nation_recno==nationRecno2) in stop_war_between()
362 if(targetTown->nation_recno==nationRecno1 || targetTown->nation_recno==nationRecno2) in stop_war_between()
368 … if(targetLoc->wall_nation_recno()==nationRecno1 || targetLoc->wall_nation_recno()==nationRecno2) in stop_war_between()
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DONEWS.h219 News* add_news(int newsId, int newsType, int nationRecno=0, int nationRecno2=0, int forceAdd=0);
H A DOUNIT.h787 void stop_war_between(short nationRecno1, short nationRecno2);