mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-08 09:37:53 +00:00
3f14011087
Choose a parent base on which node is used to iterate over children nodes. This leads to duplicate handing of child nodes. A node will be handled so many times how many parents it has. For example: p1 p2 \ / c Will be handled as: p1 p2 | | c c If c has children they will be handled X times c is handled. |
||
---|---|---|
.. | ||
base.hpp | ||
controlled.cpp | ||
controlled.hpp | ||
controller.cpp | ||
controller.hpp | ||
data.cpp | ||
data.hpp | ||
effect.cpp | ||
effect.hpp | ||
extra.cpp | ||
extra.hpp | ||
niffile.cpp | ||
niffile.hpp | ||
nifkey.hpp | ||
nifstream.cpp | ||
nifstream.hpp | ||
niftypes.hpp | ||
node.cpp | ||
node.hpp | ||
parent.hpp | ||
physics.cpp | ||
physics.hpp | ||
property.cpp | ||
property.hpp | ||
record.hpp | ||
recordptr.hpp |