GetDroppedElementPrice
Description
Syntax
public GetDroppedElementPrice(): numberReturn Value
Example
try {
const dropPrice = this.api.GetDroppedElementPrice()
console.log(`Object dropped at price level: ${dropPrice}`)
} catch (error) {
console.error('Failed to get dropped element price:', error.message)
}Last updated