engiIsParentOf

Checks if the entity is a supertype of another entity. An entity is supertype of itself.

Syntax

//
//   Strong typing definition
//
SdaiBoolean                 engiIsParentOf(
                                    SdaiEntity              superType,
                                    SdaiEntity              subType
                                );


//
//   Weak typing definition
//
bool    __declspec(dllexport) __stdcall   engiIsParentOf(
                                                                                    int_t                   superType,
                                                                                    int_t                   subType
                                                                                );
    

Property superType

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

Property subType

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