CEntities
CreateByClassname
Creates an entity by classname.
DispatchSpawn
Calls the Spawn function for the specified entity.
FindByClassname
Find entities by class name. Pass null to start an iteration, or reference to a previously found entity to continue a search.
FindByClassnameNearest
Find entities by class name nearest to a point.
FindByClassnameWithin
Find entities by class name within a radius. Pass null to start an iteration, or reference to a previously found entity to continue a search.
FindByModel
Find entities by model name. Pass null to start an iteration, or reference to a previously found entity to continue a search.
FindByName
Find entities by name. Pass null to start an iteration, or reference to a previously found entity to continue a search.
FindByNameNearest
Find entities by name nearest to a point.
FindByNameWithin
Find entities by name within a radius. Pass null to start an iteration, or reference to a previously found entity to continue a search.
FindByTarget
Find entities by which target the specified name. Pass null to start an iteration, or reference to a previously found entity to continue a search.
FindInSphere
Find entities within a radius. Pass null to start an iteration, or reference to a previously found entity to continue a search.
First
Begin an iteration over the list of entities.
GetByIndex
Returns handle to entity based on its ent index. The index is 1-based.
Next
Continue an iteration over the list of entities, providing reference to a previously found entity.