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 /API.md | |
| parent | 9edaf7a47b02bd351c400f0c6aec517884449551 (diff) | |
| download | reilua-enhanced-c95c797da61b4b2829d542f6d7c164a88951cad4.tar.gz reilua-enhanced-c95c797da61b4b2829d542f6d7c164a88951cad4.tar.bz2 reilua-enhanced-c95c797da61b4b2829d542f6d7c164a88951cad4.zip | |
GetPlatform.
Diffstat (limited to 'API.md')
| -rw-r--r-- | API.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -4496,6 +4496,14 @@ Set Lua garbage collection to unload object data --- +> platform = RL.GetPlatform() + +Get platform. Returns "Windows", "Linux", "FreeBSD", "OpenBSD", "Apple" or "Emscripten" + +- Success return string + +--- + ## Core - Files management functions --- |
