Attach Unit To Call
This endpoint allows you to attach a unit to an active call.
AttachCall(data, callback)
Request Body
Name
Type
Description
Example
exports["ImperialCAD"]:AttachCall({
users_discordID = "123456789012345678",
callnum = 204
}, function(success, res)
print(success and "Unit attached." or ("Failed: " .. res))
end)Last updated