Home
last modified time | relevance | path

Searched refs:showMsgs (Results 1 – 9 of 9) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dplayer-equip.cc430 _equip_artefact_effect(item, &showMsgs, unmeld, EQ_WEAPON); in _equip_weapon_effect()
440 if (showMsgs) in _equip_weapon_effect()
573 static void _unequip_weapon_effect(item_def& real_item, bool showMsgs, in _unequip_weapon_effect() argument
601 if (showMsgs) in _unequip_weapon_effect()
607 if (showMsgs) in _unequip_weapon_effect()
612 if (showMsgs) in _unequip_weapon_effect()
617 if (showMsgs) in _unequip_weapon_effect()
622 if (showMsgs) in _unequip_weapon_effect()
632 if (showMsgs) in _unequip_weapon_effect()
1234 bool unwield_item(bool showMsgs) in unwield_item() argument
[all …]
H A Dplayer-equip.h19 bool unwield_item(bool showMsgs = true);
/dports/games/dungeoncrawl/dc400b26-src/source/
H A Ditem_use.h115 void wield_effects(int item_wield_2, bool showMsgs);
H A Ditem_use.cc260 void wield_effects(int item_wield_2, bool showMsgs) in wield_effects() argument
269 if (showMsgs) in wield_effects()
298 if (showMsgs) in wield_effects()
317 if (showMsgs) in wield_effects()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/win32/
H A DGBACheats.h69 void addChanges(bool showMsgs);
H A DGBACheats.cpp258 void GBACheatSearch::addChanges(bool showMsgs) in addChanges() argument
265 if(showMsgs) in addChanges()
273 if(showMsgs) in addChanges()
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/win32/
H A DGBACheats.h88 void addChanges(bool showMsgs);
H A DGBACheats.cpp279 void GBACheatSearch::addChanges(bool showMsgs) in addChanges() argument
286 if(showMsgs) in addChanges()
294 if(showMsgs) in addChanges()
/dports/net/yate/yate-6.4.0-1/engine/
H A DClientLogic.cpp7060 bool showMsgs = (name == YSTRING("messages_show") || name == s_actionShowNotification || in action() local
7062 if (showMsgs || name == YSTRING("messages_close")) { in action()
7069 return showNotificationArea(showMsgs,wnd); in action()