Added system.get_process_id() to api docs.

This commit is contained in:
jgmdev 2022-02-04 15:43:42 -04:00
parent 212d4e2729
commit aec6806d8f
1 changed files with 6 additions and 0 deletions

View File

@ -192,6 +192,12 @@ function system.get_clipboard() end
---@param text string
function system.set_clipboard(text) end
---
---Get the process id of lite-xl it self.
---
---@return integer
function system.get_process_id() end
---
---Get amount of iterations since the application was launched
---also known as SDL_GetPerformanceCounter() / SDL_GetPerformanceFrequency()