FreeEntity()

语法

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

参数

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

返回值

无.

Remarks

All remaining entities are automatically freed when the program ends.

已支持操作系统

所有

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