engiIsComplexEntity

The function checks if instances of the specified entity are complex instances. You can use engiGetEntityParentEx to list components.

Syntax

//
//   Strong typing definition
//
bool            engiIsComplexEntity(
                        SdaiEntity              entity
                    );


//
//   Weak typing definition
//
bool    __declspec(dllexport) __stdcall   engiIsComplexEntity(
                                                                        int_t                   entity
                                                                    );
    

Property entity

Size: 64 bit / 8 byte (value)
...