Amxxprogramer / EngFunc_NumberOfEntities.txt
RichieBurundi's picture
Upload 29 files
ea562e8 verified
raw
history blame contribute delete
285 Bytes
Fakemeta function :
Code:
EngFunc_NumberOfEntities
Description :
Returns the number of entities in the world.
Usage :
Code:
ents = engfunc(EngFunc_NumberOfEntities);
Engine Replacement :
http://www.amxmodx.org/funcwiki.php?go=func&id=356
Code:
ents = entity_count();