interface
| 767 | |
| 768 | // interface |
| 769 | int asCScriptObject::GetTypeId() const |
| 770 | { |
| 771 | asCDataType dt = asCDataType::CreateType(objType, false); |
| 772 | return objType->engine->GetTypeIdFromDataType(dt); |
| 773 | } |
| 774 | |
| 775 | asUINT asCScriptObject::GetPropertyCount() const |
| 776 | { |
no test coverage detected