amb1502 - fixed typo

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401924
This commit is contained in:
David Anderson 2008-03-03 15:27:27 +00:00
parent 211b0159e5
commit 54640a1fd0

View File

@ -124,7 +124,7 @@ native SlapPlayer(client, health=5, bool:sound=true);
/**
* Searches for an entity by classname.
*
* @param startEnt The entity index to begin searching from.
* @param startEnt The entity index after which to begin searching from.
* Use -1 to start from the first entity.
* @param classname Classname of the entity to find.
* @return Entity index >= 0 if found, -1 otherwise.