pe_method_p |
Tests whether an object is of type method.
int pe_method_p (struct pe_struct_t *p);
p | The pointer to an object |
Tests whether the argument is an object of type method.
Returns 1 if the argument points to an object of type method. Otherwise, 0.
test = pe_method_p(coordframe);