CopyEntity¶
Description¶
Copies an entity into another entity.
Parameters¶
destEntity
-
The pointer to the entity to copy into.
srcEntity
-
The pointer to the entity to copy from.
clearSrcEntity
-
If set to
true
,srcEntity
will be cleared after being copied.
Return Value¶
None.