deleteproperty
warning
This function starts with lowercase letter.
คำอธิบาย
Delete an earlier set property (setproperty).
Name | Description |
---|---|
id | The virtual machine to use. You should keep this as zero. |
name[] | The property's name, you should keep this blank (""). |
value | The 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);
ฟังก์ชั่นที่เกี่ยวข้องกัน
- Setproperty: Set a property.
- Getproperty: Get the value of a property.
- Existproperty: Check if a property exists.