Skip to main content

existproperty

warning

This function starts with lowercase letter.

คำอธิบาย

Check if a property exist.

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

ส่งคืน

True if the property exists and false otherwise.

ตัวอย่าง

if ( existproperty(0, "", 123984334) )
{
//the property exists, do something
}

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