File size: 285 Bytes
ea562e8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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();