Garry's Mod Wiki

Revision Difference

GM:HUDDrawTargetID#511255

<function name="HUDDrawTargetID" parent="GM" type="hook">⤶ <ishook>yes</ishook>⤶ <description>Called from <page>GM:HUDPaint</page> to draw player info when you hover over a player with your crosshair or mouse.</description>⤶ <realm>Client</realm>⤶ </function>⤶ ⤶ <example>⤶ <description>This code will turn off the player and health appearing when you look at them.</description>⤶ <code>⤶ function GM:HUDDrawTargetID()⤶ end⤶ </code>⤶ ⤶ </example>