diff options
| author | jussi | 2024-11-21 00:11:31 +0200 |
|---|---|---|
| committer | jussi | 2024-11-21 00:11:31 +0200 |
| commit | 4c0eb17a9c234bfee73af408faa38e38f2e450d9 (patch) | |
| tree | 4aea4fe804a63ed13a1d092aada0ba5925dcf05f /apiScanner.lua | |
| parent | 479726a5e468a2f4d0f9337f082889082e535bfb (diff) | |
| download | reilua-enhanced-4c0eb17a9c234bfee73af408faa38e38f2e450d9.tar.gz reilua-enhanced-4c0eb17a9c234bfee73af408faa38e38f2e450d9.tar.bz2 reilua-enhanced-4c0eb17a9c234bfee73af408faa38e38f2e450d9.zip | |
New raylib 5.5 functions.
Diffstat (limited to 'apiScanner.lua')
| -rw-r--r-- | apiScanner.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apiScanner.lua b/apiScanner.lua index ad29d9b..ddc391d 100644 --- a/apiScanner.lua +++ b/apiScanner.lua @@ -59,6 +59,7 @@ local raylib = { TextToUpper = "Can be replaced by Lua equivalent", TextToLower = "Can be replaced by Lua equivalent", TextToInteger = "Can be replaced by Lua equivalent", + TextToFloat = "Can be replaced by Lua equivalent", DrawCubeV = "Replaced by DrawCube", DrawCubeWiresV = "Replaced by DrawCubeWires", UploadMesh = "Handled internally", @@ -68,10 +69,6 @@ local raylib = { SetPixelColor = "Not seen necessary", }, info = { - GenMeshHemiSphere = "Will be added", - GenMeshCubicmap = "Will be added", - UpdateSound = "Will be added", - LoadWaveSamples = "Will be added", } } local rlgl = { |
