mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
Add documentation to set_view (bug 4065, r=dvander).
This commit is contained in:
parent
76d407b45a
commit
26d2a4f877
@ -165,7 +165,8 @@ native set_lights(const Lighting[]);
|
|||||||
/* Sets Player's View to entity iTargetIndex. */
|
/* Sets Player's View to entity iTargetIndex. */
|
||||||
native attach_view(iIndex, 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);
|
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. */
|
/* Direct copy of PLAYBACK_EVENT_FULL from Metamod/HLSDK. If you don't know how that works, you probably shouldn't be using it. */
|
||||||
|
Loading…
Reference in New Issue
Block a user