Skip to main content

deleteproperty

warning

This function starts with lowercase letter.

คำอธิบาย

Delete an earlier set property (setproperty).

NameDescription
idThe virtual machine to use. You should keep this as zero.
name[]The property's name, you should keep this blank ("").
valueThe property's unique ID. Use the hash-function to calculate it from a string.

ส่งคืน

The value of the property. If the property does not exist, the function returns 0.

ตัวอย่าง

deleteproperty(0, "", 123984334);

ฟังก์ชั่นที่เกี่ยวข้องกัน