added amb1620 - ActivateEntity

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402068
This commit is contained in:
David Anderson
2008-04-16 23:29:03 +00:00
parent 726aa68be9
commit 946834b868
3 changed files with 103 additions and 3 deletions
+9 -1
View File
@@ -289,7 +289,6 @@ native bool:GetPlayerDecalFile(client, String:hex[], maxlength);
*/
native GetServerNetStats(&Float:in, &Float:out);
/**
* Equip's a player's weapon.
*
@@ -300,3 +299,12 @@ native GetServerNetStats(&Float:in, &Float:out);
* game.
*/
native EquipPlayerWeapon(client, weapon);
/**
* Activates an entity (CBaseAnimating::Activate)
*
* @param entity Entity index.
* @noreturn
* @error Invalid entity or lack of mod support.
*/
native ActivateEntity(entity);