Engine: Add error path for remove_entity() and unsafe entity ids

This commit is contained in:
Valentin Grünbacher
2015-05-11 16:15:43 +02:00
parent ff0ca9ba67
commit 679714c8be
2 changed files with 9 additions and 1 deletions
+2
View File
@@ -621,6 +621,8 @@ native create_entity(const szClassname[]);
*
* @return 1 if entity was sucessfully removed, 0 if an invalid entity
* was provided
* @error If an entity index in the range of 0 to MaxClients is
* provided, an error will be thrown.
*/
native remove_entity(iIndex);