Garry's Mod Wiki

Revision Difference

Entity:GetModelRadius#515462

<function name="GetModelRadius" parent="Entity" type="classfunc">⤶ <description>Gets the models radius.</description>⤶ <realm>Shared</realm>⤶ <rets>⤶ <ret name="" type="number">The radius of the model</ret>⤶ </rets>⤶ </function>⤶ ⤶ <example>⤶ <description>Example usage of the function, tested on player.</description>⤶ <code>print( Entity(1):GetModelRadius() )</code>⤶ <output>72</output>⤶ ⤶ </example>