Add documentation to set_view (bug 4065, r=dvander).

This commit is contained in:
fezh cs 2010-12-12 18:24:30 -08:00
parent 76d407b45a
commit 26d2a4f877

View File

@ -165,7 +165,8 @@ native set_lights(const Lighting[]);
/* Sets Player's View to entity iTargetIndex. */
native attach_view(iIndex, iTargetIndex);
/* Sets Player's View Mode. */
/* Sets Player's View Mode.
* rpgrocket.mdl must be precached in order for this function to work */
native set_view(iIndex, ViewType);
/* Direct copy of PLAYBACK_EVENT_FULL from Metamod/HLSDK. If you don't know how that works, you probably shouldn't be using it. */