added SetEntityModel native

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401726
This commit is contained in:
Borja Ferrer
2007-11-24 18:17:00 +00:00
parent 5849a0d2e2
commit ef8db35a49
4 changed files with 84 additions and 0 deletions
+10
View File
@@ -254,6 +254,16 @@ native SetTeamScore(index, value);
*/
native GetTeamClientCount(index);
/**
* Sets the model to a given entity.
*
* @param entity Entity index.
* @param model Model name.
* @noreturn
* @error Invalid entity index, or no mod support.
*/
native SetEntityModel(entity, const String:model[]);
/**
* @deprecated
*/