lovr.system.getCoreCount
EditReturns the number of logical cores on the system.
cores = lovr.system.getCoreCount()
Arguments
None
Returns
Name | Type | Description |
cores | number | The number of logical cores on the system. |
See also
lovr.thread
lovr.system