Home
last modified time | relevance | path

Searched refs:DISABLE_EXPLORATIONMODE (Results 1 – 4 of 4) sorted by relevance

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/script/
H A DScript.h101 DISABLE_EXPLORATIONMODE = (1<<9) enumerator
H A DScriptEvent.cpp324 if (esss->allowevents & DISABLE_EXPLORATIONMODE) return REFUSE; in send()
H A DScriptedLang.cpp425 events["explorationmode"] = DISABLE_EXPLORATIONMODE; in SetEventCommand()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/tools/savetool/
H A DSaveView.cpp1442 if(ass->allowevents & DISABLE_EXPLORATIONMODE) cout << " explorationmode"; in view_io()