Sets the number of points used in the blob polygon. Sets the number of corners of the polygon used when a drawing a blob using the DrawBlob function. The blob will allways have a minimum of 8 points, any number below that will default to 8.
Signature:
ArchaeologyDigSiteFrame:SetNumSplinePoints(points)
Arguments:
points
- The number of points in the polygon used to draw the blobs. (number
)