cs_get_user_zoom
Syntax
native cs_get_user_zoom(index);
Usage
| Parameter | Description |
|---|---|
| index | Client index |
Description
Returns if the client is zooming.
Note
For a list of possible zoom types see the zoom type enum above (CS_*_ZOOM constants).
Return
Zoom type if the user is zoomed in, 0 otherwise
Error
If the client index is not within the range of 1 to MaxClients, or the client is not connected, an error will be thrown.