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:
parent
429305401e
commit
3178276f06
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
------------------------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue