added amb1620 - ActivateEntity

--HG--
branch : sourcemod-1.0.x
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.0.x%402069
This commit is contained in:
David Anderson
2008-04-16 23:29:37 +00:00
parent b7edc558b3
commit 75e673d6ff
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);