Dobject

class Dobject {
PropTable* proptable;
Dobject internal_prototype;
string classname;
Value value;
enum uint DOBJECT_SIGNATURE;
uint signature;
}

Members

Functions

Delete
int Delete(d_string PropertyName)

Return: * TRUE not found or successful delete * FALSE property is marked with DontDelete attribute

Meta