summaryrefslogtreecommitdiff
path: root/ReiLua_API.lua
diff options
context:
space:
mode:
authorjussi2023-04-10 13:09:43 +0300
committerjussi2023-04-10 13:09:43 +0300
commit8abed46dfdc73e616891f86099bfcebdf03caede (patch)
treed59a5c7f6f2693caf0622ecd3447ea1e4b8c5878 /ReiLua_API.lua
parentf4ae19ca7d62a2bc6b125a1ddb678300b30790d2 (diff)
downloadreilua-enhanced-8abed46dfdc73e616891f86099bfcebdf03caede.tar.gz
reilua-enhanced-8abed46dfdc73e616891f86099bfcebdf03caede.tar.bz2
reilua-enhanced-8abed46dfdc73e616891f86099bfcebdf03caede.zip
New argument style for models.
Diffstat (limited to 'ReiLua_API.lua')
-rw-r--r--ReiLua_API.lua13
1 files changed, 2 insertions, 11 deletions
diff --git a/ReiLua_API.lua b/ReiLua_API.lua
index a426200..7b5d0b7 100644
--- a/ReiLua_API.lua
+++ b/ReiLua_API.lua
@@ -2933,16 +2933,6 @@ function RL.DrawCube( position, size, color ) end
---@return any success
function RL.DrawCubeWires( position, size, color ) end
----Draw cube textured
----- Failure return false
----- Success return true
----@param texture any
----@param position table
----@param size table
----@param color table
----@return any success
-function RL.DrawCubeTexture( texture, position, size, color ) end
-
---Draw sphere
---- Failure return false
---- Success return true
@@ -3152,8 +3142,9 @@ function RL.GenMeshCustom( mesh, dynamic ) end
---- Failure return false
---- Success return true
---@param mesh any
+---@param updatedMesh any
---@return any success
-function RL.UpdateMesh( mesh ) end
+function RL.UpdateMesh( mesh, updatedMesh ) end
---Unload mesh data from CPU and GPU
---- Failure return false