1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00

Document onNewExterior

This commit is contained in:
Evil Eye 2023-06-13 17:30:52 +02:00
parent f02dd0ef03
commit c1823e8742

View File

@ -49,6 +49,8 @@ Engine handler is a function defined by a script, that can be called by the engi
| Does not apply to items in inventories or containers.
* - onActivate(object, actor)
- Object is activated by an actor.
* - onNewExterior(cell)
- A new exterior cell not defined by a content file has been generated.
**Only for local scripts**