summaryrefslogtreecommitdiff
path: root/ReiLua_API.lua
diff options
context:
space:
mode:
authorjussi2024-05-20 17:56:28 +0300
committerjussi2024-05-20 17:56:28 +0300
commitc95c797da61b4b2829d542f6d7c164a88951cad4 (patch)
tree1af6e709ccbb2c15d7799be70ad42b2ab311a734 /ReiLua_API.lua
parent9edaf7a47b02bd351c400f0c6aec517884449551 (diff)
downloadreilua-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.lua5
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