Home
last modified time | relevance | path

Searched refs:launched_by (Results 1 – 20 of 20) sorted by relevance

/dports/games/pyspacewar/pyspacewar-1.1.1/src/pyspacewar/
H A Dworld.py654 killed_by = other.launched_by
697 self.appearance, launched_by=self,
714 appearance=0, launched_by=None, time_limit=1e1000): argument
717 self.launched_by = launched_by
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Dwpn-misc.h49 unsigned char launched_by(unsigned char weapon_subtype);
H A Dwpn-misc.cc162 unsigned char launched_by(unsigned char weapon_subtype) in launched_by() function
H A Dmstuff2.cc801 && launches_things(lnchType) && wepType == launched_by(lnchType)) in throw_type()
H A Ditem_use.cc1042 int type_wanted = launched_by( you.inv[ weapon ].sub_type ); in get_fire_item_index()
H A Ddungeon.cc3114 xitt = launched_by(mitm[menv[mid].inv[MSLOT_WEAPON]].sub_type); in give_item()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ditem-def.h117 bool launched_by(const item_def &launcher) const;
H A Dquiver.cc987 return you.inv[item_slot].launched_by(*get_launcher()); in launch_type_check()
2255 if (weapon && item.launched_by(*weapon)) in set()
3041 if (weapon && item.launched_by(*weapon)) in on_item_fired()
3212 if (launcher && item.launched_by(*launcher)) in _item_matches()
H A Dplayer-act.cc273 (projectile ? projectile->launched_by(*weap) in attack_delay()
H A Dthrow.cc448 if (launcher && !item.launched_by(*launcher)) in _setup_missile_beam()
H A Dfight.cc1003 if (launch && missiles && !missiles->launched_by(*launch)) in mons_usable_missile()
H A Dmonster.cc792 if (launch && item.launched_by(*launch)) in can_use_missile()
1963 if (item.launched_by(*launch) in pickup_missile()
1964 && (!miss->launched_by(*launch) in pickup_missile()
H A Dmon-info.cc1736 return weapon && missile && missile->launched_by(*weapon); in _has_launcher()
H A Ditem-prop.cc1978 if (launcher && missile.launched_by(*launcher)) in is_launched()
H A Ditems.cc3359 bool item_def::launched_by(const item_def &launcher) const in launched_by() function in item_def
H A Ddungeon.cc4888 if (missiles && missiles->launched_by(*launcher)) in _give_animated_weapon_ammo()
/dports/x11/kf5-kwindowsystem/kwindowsystem-5.89.0/src/
H A Dkstartupinfo.cpp125 WId launched_by = 0; member
1239 if (launched_by != 0) { in to_text()
1240 ret += QStringLiteral(" LAUNCHED_BY=%1").arg((qptrdiff)launched_by); in to_text()
1281 d->launched_by = (WId)get_num(*it); in KStartupInfoData()
1340 d->launched_by = data_P.launchedBy(); in update()
1524 d->launched_by = window; in setLaunchedBy()
1529 return d->launched_by; in launchedBy()
/dports/audio/din/din-52/src/
H A Ddrone.h178 drone* launched_by; member
H A Ddrone.cc61 launched_by = 0; in drone()
H A Ddin.cc1427 newdrone.launched_by = pdi; in launch_drones()