mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
18 lines
360 B
ReStructuredText
18 lines
360 B
ReStructuredText
Lua Settings
|
|
############
|
|
|
|
lua num threads
|
|
---------------
|
|
|
|
:Type: integer
|
|
:Range: 0, 1
|
|
:Default: 1
|
|
|
|
The maximum number of threads used for Lua scripts.
|
|
If zero, Lua scripts are processed in the main thread.
|
|
If one, a separate thread is used.
|
|
Values >1 are not yet supported.
|
|
|
|
This setting can only be configured by editing the settings configuration file.
|
|
|