1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-18 15:06:45 +00:00
openmw/components/interpreter
florent.teppe 874ff88288 In the interpretter, the id is no longer passed by vallue, but as a const reference instead.
In getMembersLocal(, a reference to a reference wrapper is used, because the id can change, bu all we need to do is change a pointer.No need to change the value
2022-12-27 19:15:56 +01:00
..
docs Remove duplicate GetSquareRoot implementation 2021-09-19 19:53:38 +02:00
context.hpp In the interpretter, the id is no longer passed by vallue, but as a const reference instead. 2022-12-27 19:15:56 +01:00
controlopcodes.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
defines.cpp Initial commit: In ESM structures, replace the string members that are RefIds to other records, to a new strong type 2022-12-27 19:15:54 +01:00
defines.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
genericopcodes.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
installopcodes.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
installopcodes.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
interpreter.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
interpreter.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
localopcodes.hpp Initial commit: In ESM structures, replace the string members that are RefIds to other records, to a new strong type 2022-12-27 19:15:54 +01:00
mathopcodes.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
miscopcodes.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
opcodes.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
runtime.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
runtime.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
types.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00