mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-30 16:34:30 +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:
commit
bb3b3eb5e4
1 changed files with 1 additions and 1 deletions
|
|
@ -464,7 +464,7 @@ Using the interface:
|
||||||
|
|
||||||
return { engineHandlers = {onUpdate = onUpdate} }
|
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
|
Interfaces of built-in scripts
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue