Home
last modified time | relevance | path

Searched defs:is_friendly (Results 1 – 14 of 14) sorted by relevance

/dports/games/freedroidrpg/freedroidrpg-0.16.1/src/
H A Dfaction.c107 int is_friendly(enum faction_id fact1, enum faction_id fact2) in is_friendly() function
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Animals.ocd/Squid.ocd/
H A DScript.c30 local is_friendly; variable
/dports/games/julius/julius-1.7.0/src/figure/
H A Dfigure.h25 unsigned char is_friendly; member
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dtalker_npc.cpp647 bool talker_npc::is_friendly( const Character &guy ) const in is_friendly() function in talker_npc
H A Dtalker.h245 virtual bool is_friendly( const Character & ) const { in is_friendly() function
H A Dsuffer.cpp1872 const bool is_friendly = wet_friendliness.test( bp.id() ); in apply_wetness_morale() local
H A Dnpc.cpp2065 bool npc::is_friendly( const Character &p ) const in is_friendly() function in npc
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dtalker.h245 virtual bool is_friendly( const Character & ) const { in is_friendly() function
H A Dtalker_npc.cpp647 bool talker_npc::is_friendly( const Character &guy ) const in is_friendly() function in talker_npc
H A Dsuffer.cpp1872 const bool is_friendly = wet_friendliness.test( bp.id() ); in apply_wetness_morale() local
H A Dnpc.cpp2065 bool npc::is_friendly( const Character &p ) const in is_friendly() function in npc
/dports/games/openglad/openglad-0.98/src/
H A Dwalker.cpp4040 long walker::is_friendly(walker *target) in is_friendly() function in walker
/dports/games/augustus/augustus-3.1.0/src/figure/
H A Dfigure.h23 unsigned char is_friendly; member
/dports/games/zangband/zangband/src/
H A Ddefines.h4671 #define is_friendly(T) \ macro