util.CRC
From GMod Wiki
| Function | |
| Syntax |
util.CRC( String or Integer ) Where is this used? |
| Description: | |
| This returns a value that can be used to identify something | |
| Returns: | String |
| Part of Library: | Util |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Util.CRC]Util.CRC [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Returns the CRC of 'Hello!' |
|---|---|
| Used on | |
| Code | print(util.CRC( 'Hello!' )) |
| Output | Prints 2636827734 in console. |