updated documentation

This commit is contained in:
Chr1Z93 2023-10-22 00:15:08 +02:00
parent 407775039e
commit 6e6ab65d61

View File

@ -97,8 +97,9 @@ do
end
end
-- Triggers the Upkeep for the requested playmat
-- Triggers the discard function of the requested playmat at the position
---@param matColor String Color of the playmat - White, Orange, Green, Red or All
---@param searchPosition Table Global position for the discard
PlaymatApi.discardObjectsAtPosition = function(matColor, searchPosition)
for _, mat in pairs(getMatForColor(matColor)) do
mat.call("discardObjectsAtPosition", searchPosition)