deleteproperty
Description:
Function deleteproperty delete an earlier set property (setproperty).
This function name starts with a lowercase letter. |
Parameters:
(id = 0, name[] = "", value = cellmin)
int | id | The virtual machine to use. You should keep this as zero. |
string | name | The property's name, you should keep this blank (""). |
int | value | The property's unique ID. Use the hash-function to calculate it from a string. |
Return Values:
The value of the property. If the property does not exist, the function returns 0.
Examples:
deleteproperty(0, "", 123984334);
Related Functions
The following functions may be useful, as they are related to this function in one way or another.
- setproperty: Set a property.
- getproperty: Get the value of a property.
- existproperty: Check if a property exists.