Home
last modified time | relevance | path

Searched refs:opcodeGetFleeExplicit (Results 1 – 3 of 3) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/components/compiler/
H A Dopcodes.hpp49 const int opcodeGetFleeExplicit = 0x20001c4; variable
H A Dextensions0.cpp68 extensions.registerFunction ("getflee", 'l', "", opcodeGetFlee, opcodeGetFleeExplicit); in registerExtensions()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwscript/
H A Daiextensions.cpp561 …interpreter.installSegment5 (Compiler::Ai::opcodeGetFleeExplicit, new OpGetAiSetting<ExplicitRef>(… in installOpcodes()