mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-02 14:57:59 +03:00
Merge branch 'reloadlua' into 'master'
safe reloadlua on top of !3362 See merge request OpenMW/openmw!3412
This commit is contained in:
commit
18b6eba709
4 changed files with 31 additions and 3 deletions
|
@ -44,6 +44,19 @@
|
|||
-- @function [parent=#Debug] isCollisionEnabled
|
||||
-- @return #boolean
|
||||
|
||||
---
|
||||
-- Toggles MWScripts
|
||||
-- @function [parent=#Debug] toggleMWScript
|
||||
|
||||
---
|
||||
-- Is MWScripts enabled
|
||||
-- @function [parent=#Debug] isMWScriptEnabled
|
||||
-- @return #boolean
|
||||
|
||||
---
|
||||
-- Reloads all Lua scripts
|
||||
-- @function [parent=#Debug] reloadLua
|
||||
|
||||
---
|
||||
-- Navigation mesh rendering modes
|
||||
-- @type NAV_MESH_RENDER_MODE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue