MCPcopy Create free account
hub / github.com/anjo76/angelscript / GetPropertyCount

Method GetPropertyCount

sdk/angelscript/source/as_objecttype.cpp:334–337  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

332
333// interface
334asUINT asCObjectType::GetPropertyCount() const
335{
336 return (asUINT)properties.GetLength();
337}
338
339// interface
340int 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

Callers 11

ifFunction · 0.45
PrintValueMethod · 0.45
WriteMethod · 0.45
ConfigEngineFromStreamFunction · 0.45
StoreMethod · 0.45
RestoreMethod · 0.45
BuildMethod · 0.45
DumpObjectTypeFunction · 0.45
TestFunction · 0.45
TestFunction · 0.45
TestFunction · 0.45

Calls 1

GetLengthMethod · 0.45

Tested by 4

DumpObjectTypeFunction · 0.36
TestFunction · 0.36
TestFunction · 0.36
TestFunction · 0.36