updated documentation
This commit is contained in:
parent
407775039e
commit
6e6ab65d61
@ -97,8 +97,9 @@ do
|
|||||||
end
|
end
|
||||||
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 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)
|
PlaymatApi.discardObjectsAtPosition = function(matColor, searchPosition)
|
||||||
for _, mat in pairs(getMatForColor(matColor)) do
|
for _, mat in pairs(getMatForColor(matColor)) do
|
||||||
mat.call("discardObjectsAtPosition", searchPosition)
|
mat.call("discardObjectsAtPosition", searchPosition)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user