summaryrefslogtreecommitdiff
path: root/ReiLua_API.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ReiLua_API.lua')
-rw-r--r--ReiLua_API.lua8
1 files changed, 5 insertions, 3 deletions
diff --git a/ReiLua_API.lua b/ReiLua_API.lua
index f1ffa0b..7e93b23 100644
--- a/ReiLua_API.lua
+++ b/ReiLua_API.lua
@@ -3712,11 +3712,13 @@ function RL.UnloadModel( model ) end
function RL.GetModelBoundingBox( model ) end
---Copies material to model material. (Model material is the material id in models.)
+---- Failure return false
+---- Success return true
---@param model any
----@param modelMaterial any
+---@param modelMaterialId integer
---@param material any
----@return any RL.SetModelMaterial
-function RL.SetModelMaterial( model, modelMaterial, material ) end
+---@return any success
+function RL.SetModelMaterial( model, modelMaterialId, material ) end
---Set material for a mesh (Mesh and material on this model)
---@param model any