Draws a blob onto the frame. This will render the specified blob onto the frame with the current settings. Blob IDs for the current map can be recovered using the ArcheologyGetVisibleBlobID function. Signature: Code ArchaeologyDigSiteFrame:DrawBlob(blobId, draw)
Arguments: - blobId - The numeric ID of the blob to draw (number)
- draw - Draw the Blob (True = Yes, False = No) (bool)
Также смотрите: Археология - фрейм места раскопок
Ссылки: http://wowprogramming.com/docs/widgets/ArchaeologyDigSiteFrame/DrawBlob
|