FreeEntity()

Syntax

FreeEntity(#Entity)
Description
Free the specified #Entity created with CreateEntity() before. All its associated memory is released and this object can't be used anymore.

Parameters

#Entity The entity to free. If #PB_All is specified, all the remaining entities are freed.

Return value

None.

Remarks

All remaining entities are automatically freed when the program ends.

Supported OS

All

<- FetchEntityMaterial() - Entity Index - FreeEntityBody() ->