diff options
| author | jussi | 2024-05-20 17:56:28 +0300 |
|---|---|---|
| committer | jussi | 2024-05-20 17:56:28 +0300 |
| commit | c95c797da61b4b2829d542f6d7c164a88951cad4 (patch) | |
| tree | 1af6e709ccbb2c15d7799be70ad42b2ab311a734 /ReiLua_API.lua | |
| parent | 9edaf7a47b02bd351c400f0c6aec517884449551 (diff) | |
| download | reilua-enhanced-c95c797da61b4b2829d542f6d7c164a88951cad4.tar.gz reilua-enhanced-c95c797da61b4b2829d542f6d7c164a88951cad4.tar.bz2 reilua-enhanced-c95c797da61b4b2829d542f6d7c164a88951cad4.zip | |
GetPlatform.
Diffstat (limited to 'ReiLua_API.lua')
| -rw-r--r-- | ReiLua_API.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ReiLua_API.lua b/ReiLua_API.lua index 35b0778..7e0b28e 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -1882,6 +1882,11 @@ function RL.IsGCUnloadEnabled() end ---@return any RL.SetGCUnload function RL.SetGCUnload( enabled ) end +---Get platform. Returns "Windows", "Linux", "FreeBSD", "OpenBSD", "Apple" or "Emscripten" +---- Success return string +---@return any platform +function RL.GetPlatform() end + -- Core - Files management functions ---Load file data as byte array (read). Buffer type is BUFFER_UNSIGNED_CHAR |
