engiGetEntityAttributeByIndex

Return attribute definition from attribute index

Syntax

//
//   Strong typing definition
//
SdaiAttr        engiGetEntityAttributeByIndex(
                        SdaiEntity              entity,
                        SdaiAggrIndex           index,
                        bool                    countedWithParents,
                        bool                    countedWithInverse
                    );


//
//   Weak typing definition
//
void    __declspec(dllexport) * __stdcall engiGetEntityAttributeByIndex(
                                                                        int_t                   entity,
                                                                        int_t                   index,
                                                                        bool                    countedWithParents,
                                                                        bool                    countedWithInverse
                                                                    );
    

Property entity

Size: 32 bit / 4 byte (value)
...

Property index

Size: 32 bit / 4 byte (value)
...

Property countedWithParents

Size: 8 bit / 1 byte (value)
???.

Property countedWithInverse

Size: 8 bit / 1 byte (value)
???.