1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-11-30 13:34:33 +00:00

Merge branch 'lua-scripts-doc-remove' into 'master'

fixed obsolete ref to lua-scripts in docs

See merge request OpenMW/openmw!4993
This commit is contained in:
Alexei Kotov 2025-11-12 19:52:10 +03:00
commit bb3b3eb5e4

View file

@ -464,7 +464,7 @@ Using the interface:
return { engineHandlers = {onUpdate = onUpdate} }
The order in which the scripts are started is important. So if one mod should override an interface provided by another mod, make sure that load order (i.e. the sequence of `lua-scripts=...` in `openmw.cfg`) is correct.
The order in which the scripts are started is important. So if one mod should override an interface provided by another mod, make sure that load order (i.e. the sequence of `content=*.omwscripts` in `openmw.cfg`) is correct.
Interfaces of built-in scripts
------------------------------