Add RemoveEntity native. (bug 5714) (#745)
This commit is contained in:
@@ -142,6 +142,14 @@ native int CreateEdict();
|
||||
*/
|
||||
native void RemoveEdict(int edict);
|
||||
|
||||
/**
|
||||
* Marks an entity for deletion.
|
||||
*
|
||||
* @param entity Index of the entity.
|
||||
* @error Invalid entity index.
|
||||
*/
|
||||
native void RemoveEntity(int entity);
|
||||
|
||||
/**
|
||||
* Returns the flags on an edict. These are not the same as entity flags.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user