Synopsis

(macro) size_t ddf_GetEntitySize(DDF_TF tf)

Purpose

Get entity size.

Description

The total size of the entity TF tf is returned. The size is the same as would be returned from doing sizeof(T_enttype). Note that this is just the size of the main entity structure.

Input

tf

Entity TF whose size is to be returned

Return

Size of the specified entity.