renamed find_entity in engine to find_ent_by_class (find_ent_by_classname works too)

This commit is contained in:
Johnny Bergström
2004-03-09 08:32:50 +00:00
parent 0f4c470e67
commit d1379bb671
3 changed files with 7 additions and 6 deletions

View File

@ -93,7 +93,7 @@ native entity_set_byte(iIndex, iKey, iVal);
native create_entity(szClassname[]);
/* Finds an entity in the world, will return 0 if nothing is found */
native find_entity(iIndex, szClass[]);
native find_ent_by_class(iIndex, szClass[]);
native find_ent_by_owner(iIndex, szClass[], iOwner);
native find_ent_by_target(iIndex, szClass[]);
native find_ent_by_tname(iIndex, szClass[]);