# CPointTemplate
extends CBaseEntity
| Function | Description | Client |
|---|---|---|
| void DeleteCreatedSpawnGroups() | DeleteCreatedSpawnGroups() : Deletes any spawn groups that this point_template has spawned. Note: The point_template will not be deleted by this. | ❌ |
| void ForceSpawn() | ForceSpawn() : Spawns all of the entities the point_template is pointing at. | ❌ |
| handle GetSpawnedEntities() | GetSpawnedEntities() : Get the list of the most recent spawned entities | ❌ |
| void SetSpawnCallback(hCallbackFunc, hCallbackScope) | SetSpawnCallback( hCallbackFunc, hCallbackScope, hCallbackData ) : Set a callback for when the template spawns entities. The spawned entities will be passed in as an array. | ❌ |