Home
last modified time | relevance | path

Searched refs:allowevents (Results 1 – 25 of 28) sorted by relevance

12

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/script/
H A DScriptEvent.cpp296 if (esss->allowevents & DISABLE_COLLIDE_NPC) return REFUSE; in send()
299 if (esss->allowevents & DISABLE_CHAT) return REFUSE; in send()
302 if (esss->allowevents & DISABLE_HIT) return REFUSE; in send()
305 if (esss->allowevents & DISABLE_INVENTORY2_OPEN) return REFUSE; in send()
308 if (esss->allowevents & DISABLE_HEAR) return REFUSE; in send()
312 if (esss->allowevents & DISABLE_DETECT) return REFUSE; in send()
315 if (esss->allowevents & DISABLE_AGGRESSION) return REFUSE; in send()
318 if (esss->allowevents & DISABLE_MAIN) return REFUSE; in send()
321 if (esss->allowevents & DISABLE_CURSORMODE) return REFUSE; in send()
324 if (esss->allowevents & DISABLE_EXPLORATIONMODE) return REFUSE; in send()
H A DScriptedLang.cpp442 context.getMaster()->allowevents &= ~it->second; in execute()
444 context.getMaster()->allowevents |= it->second; in execute()
H A DScript.h113 DisabledEvents allowevents; member
H A DScript.cpp176 entities[num]->script.allowevents = 0; in ARX_SCRIPT_ResetObject()
188 entities[num]->over_script.allowevents = 0; in ARX_SCRIPT_ResetObject()
2155 script.allowevents = 0; in loadScript()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/tools/savetool/
H A DSaveView.cpp1420 if(!ass->allowevents && !ass->nblvar) { in view_io()
1430 if(ass->allowevents) { in view_io()
1432 if(!ass->allowevents) cout << " (none)"; in view_io()
1433 if(ass->allowevents & DISABLE_HIT) cout << " hit"; in view_io()
1434 if(ass->allowevents & DISABLE_CHAT) cout << " chat"; in view_io()
1436 if(ass->allowevents & DISABLE_HEAR) cout << " hear"; in view_io()
1437 if(ass->allowevents & DISABLE_DETECT) cout << " detect"; in view_io()
1438 if(ass->allowevents & DISABLE_AGGRESSION) cout << " aggression"; in view_io()
1439 if(ass->allowevents & DISABLE_MAIN) cout << " main"; in view_io()
1440 if(ass->allowevents & DISABLE_COLLIDE_NPC) cout << " collide_npc"; in view_io()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/xul/
H A DnsListItemFrame.cpp38 nsGkAtoms::allowevents, in BuildDisplayListForChildren()
H A DnsTitleBarFrame.cpp47 nsGkAtoms::allowevents, in BuildDisplayListForChildren()
H A DnsBoxFrame.cpp1868 nsGkAtoms::allowevents, in HitTest()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/xul/
H A DnsListItemFrame.cpp46 if (!mContent->AttrValueIs(kNameSpaceID_None, nsGkAtoms::allowevents, in BuildDisplayListForChildren()
H A DnsTitleBarFrame.cpp50 if (!mContent->AttrValueIs(kNameSpaceID_None, nsGkAtoms::allowevents, in BuildDisplayListForChildren()
H A DnsBoxFrame.cpp2034 if (content->AttrValueIs(kNameSpaceID_None, nsGkAtoms::allowevents, in HitTest()
/dports/www/firefox-esr/firefox-91.8.0/layout/xul/
H A DnsTitleBarFrame.cpp47 nsGkAtoms::allowevents, in BuildDisplayListForChildren()
H A DnsBoxFrame.cpp1071 nsGkAtoms::allowevents, in HitTest()
/dports/www/firefox/firefox-99.0/layout/xul/
H A DnsTitleBarFrame.cpp47 nsGkAtoms::allowevents, in BuildDisplayListForChildren()
H A DnsBoxFrame.cpp1091 nsGkAtoms::allowevents, in HitTest()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/xul/
H A DnsTitleBarFrame.cpp47 nsGkAtoms::allowevents, in BuildDisplayListForChildren()
H A DnsBoxFrame.cpp1071 nsGkAtoms::allowevents, in HitTest()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/xul/
H A DnsTitleBarFrame.cpp47 nsGkAtoms::allowevents, in BuildDisplayListForChildren()
H A DnsBoxFrame.cpp1147 nsGkAtoms::allowevents, in HitTest()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xul/
H A DnsXULElement.h470 bool AllowEvents() const { return BoolAttrIsTrue(nsGkAtoms::allowevents); } in AllowEvents()
472 SetXULBoolAttr(nsGkAtoms::allowevents, aAllowEvents); in SetAllowEvents()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xul/
H A DnsXULElement.h532 bool AllowEvents() const { return BoolAttrIsTrue(nsGkAtoms::allowevents); } in AllowEvents()
534 SetXULBoolAttr(nsGkAtoms::allowevents, aAllowEvents); in SetAllowEvents()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/test/browser/shared-modules/
H A Dcontroller.jsm187 if (popup.getAttribute("allowevents") === "true") {
213 if (popup.getAttribute("allowevents") === "true") {
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/scene/
H A DChangeLevel.cpp1143 ass->allowevents = io->script.allowevents; in ARX_CHANGELEVEL_Push_IO()
1217 ass->allowevents = io->over_script.allowevents; in ARX_CHANGELEVEL_Push_IO()
1918 script.allowevents = DisabledEvents::load(ass->allowevents); // TODO save/load flags in loadScriptData()
H A DSaveFormat.h109 s32 allowevents; member
452 s32 allowevents; member
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xul/
H A DnsXULElement.h559 return BoolAttrIsTrue(nsGkAtoms::allowevents); in AllowEvents()

12