Updated comment

This commit is contained in:
Johnny Bergström 2004-04-26 15:30:45 +00:00
parent 2a7709d680
commit 0cb086eb6b
2 changed files with 13 additions and 5 deletions

View File

@ -106,12 +106,20 @@ SOURCE=.\engine.h
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# Begin Source File
SOURCE=.\engine.inc
# End Source File
# Begin Source File
SOURCE=.\engine_amx.def
# End Source File
# End Group
# Begin Source File
SOURCE=..\plugins\include\engine.inc
# End Source File
# Begin Source File
SOURCE=..\plugins\include\engine_const.inc
# End Source File
# Begin Source File
SOURCE=..\plugins\include\engine_stocks.inc
# End Source File
# End Target
# End Project

View File

@ -210,7 +210,7 @@ forward client_PostThink(id);
forward client_impulse(id, impulse);
//from jghg2
/* As above, but returns number of ents stored in entlist. Use to find a specific type of entity classname (specify in _lookforclassname) around a
/* Returns number of ents stored in entlist. Use to find a specific type of entity classname (specify in _lookforclassname) around a
* certain entity specified in aroundent. All matching ents are stored in entlist. Specify max amount of entities to find in maxents.
* If aroundent is 0 its origin is not used, but origin in 6th parameter. Ie, do not specify 6th parameter (origin) if you specified an entity
* in aroundent.