Deleteproperty

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.