Home
last modified time | relevance | path

Searched refs:hand_name (Results 1 – 25 of 31) sorted by relevance

12

/dports/games/tanks-of-freedom/Tanks-of-Freedom-0.7.0-beta/scripts/ai/actions/
H A Degzekutor.gd10 for hand_name in self.hands:
11 self.hands[hand_name]._init_bag(self.bag)
21 for hand_name in self.hands:
22 if action extends self.hands[hand_name].handled_action:
23 return self.hands[hand_name]
/dports/misc/morse/morse-1.4-154-g53f9eaa8/src/morse/robots/
H A Dgrasping_robot.py29 self.hand_name = 'todefine'
47 if self.hand_name == "todefine":
49 hand_empty = scene.objects[self.hand_name]
H A Dpr2.py60 self.hand_name = 'Hand.Grasp.PR2'
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dplayer-act.cc480 if (temp && !get_form()->hand_name.empty()) in _hand_name_singular()
481 return get_form()->hand_name; in _hand_name_singular()
505 return species::hand_name(you.species); in _hand_name_singular()
539 string player::hand_name(bool plural, bool *can_plural) const in hand_name() function in player
610 return hand_name(plural, can_plural); in arm_name()
H A Dspl-miscast.cc51 msg = replace_all(msg, "@hand@", target.hand_name(false, &plural)); in _do_msg()
52 msg = replace_all(msg, "@hands@", target.hand_name(true)); in _do_msg()
H A Dspecies.h64 string hand_name(species_type species);
H A Dtransform.h208 const string hand_name; variable
H A Dform-data.h51 const char *hand_name; member
H A Ditem-use.cc905 mprf("You'd need another %s to do that!", you.hand_name(false).c_str()); in can_wear_armour()
922 you.hand_name(true).c_str()); in can_wear_armour()
950 you.hand_name(true).c_str()); in can_wear_armour()
968 const string parts[] = { "head", you.hand_name(true), in can_wear_armour()
1792 "Put ring on which %s? (<w>Esc</w> to cancel)", you.hand_name(false).c_str()); in _choose_ring_slot()
H A Dactor.h159 virtual string hand_name(bool plural, bool *can_plural = nullptr) const = 0;
H A Dspecies.cc407 string hand_name(species_type species) in hand_name() function
H A Dtransform.cc123 hand_name(fe.hand_name), foot_name(fe.foot_name), in Form()
H A Dmonster.h341 string hand_name(bool plural, bool *can_plural = nullptr) const override;
H A Dthrow.cc302 err = "That weapon is stuck to your " + you.hand_name(false) + "!"; in _fire_validate_item()
H A Dplayer-equip.cc522 string hand = you.hand_name(true, &plural); in _equip_weapon_effect()
H A Ditem-name.cc259 buff << " (in " << you.hand_name(false) << ")"; in name()
277 buff << you.hand_name(false); in name()
H A Dmonster.cc864 string hand = hand_name(true, &plural); in equip_weapon_message()
2371 string monster::hand_name(bool plural, bool *can_plural) const in hand_name() function in monster
2487 return hand_name(plural, can_plural); in hand_name()
2630 return hand_name(plural, can_plural); in arm_name()
H A Dplayer.h683 string hand_name(bool plural, bool *can_plural = nullptr) const override;
H A Dl-you.cc77 LUARET1(you_hand, string, species::hand_name(you.species).c_str())
H A Ddescribe.cc1228 string handname = species::hand_name(you.species); in _handedness_string()
4030 result << "your " << you.hand_name(true); in describe_to_hit()
H A Dmon-util.cc4540 string part_str = mons.hand_name(false, &can_plural); in do_mon_str_replacements()
4548 part_str = mons.hand_name(true); in do_mon_str_replacements()
H A Dgod-abil.cc4436 you.hand_name(true).c_str()); in _extra_sacrifice_code()
4587 handtxt = you.hand_name(true); in ru_do_sacrifice()
H A Dmutation.cc1897 const string hands = pluralise(you.hand_name(false)); in mutate()
/dports/games/xblackjack/xblackjack-2.2/
H A DMain.c408 static char *hand_name[MAX_HANDS] = { variable
923 fprintf(stderr, "dump_hands\t%s:\t", hand_name[h]);
1050 strcpy(str,hand_name[current_hand]);
1315 hand_name[hand], str, bankroll);
1393 sprintf(str, "%s split hand", hand_name[current_hand]);
/dports/games/coronapoker/coronapoker-4.33/src/main/java/org/alberta/poker/
H A DHandEvaluator.java1510 private static final String[] hand_name = {
1566 t = hand_name[type];

12