1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-02-01 10:18:27 +00:00

fixed obsolete ref to lua-scripts in docs

This commit is contained in:
gbtb 2025-11-12 03:31:06 +10:00
parent 429305401e
commit 3178276f06

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
------------------------------