Garry's Mod Wiki

Revision Difference

util.MD5#544213

<function name="MD5" parent="util" type="libraryfunc">⤶ <description>Generates the [MD5 Checksum](https://en.wikipedia.org/wiki/MD5) of the specified string.</description>⤶ <realm>Shared</realm>⤶ <added>2021.07.01</added>⤶ <args>⤶ <arg name="stringToHash" type="string">The string to calculate the checksum of.</arg>⤶ </args>⤶ <rets>⤶ <ret name="" type="string">The MD5 hex string of the checksum.</ret>⤶ </rets>⤶ </function>