interface
| 332 | |
| 333 | // interface |
| 334 | asUINT asCObjectType::GetPropertyCount() const |
| 335 | { |
| 336 | return (asUINT)properties.GetLength(); |
| 337 | } |
| 338 | |
| 339 | // interface |
| 340 | int asCObjectType::GetProperty(asUINT index, const char **out_name, int *out_typeId, bool *out_isPrivate, bool *out_isProtected, int *out_offset, bool *out_isReference, asDWORD *out_accessMask, int *out_compositeOffset, bool *out_isCompositeIndirect, bool *out_isConst) const |