G.tostring
From GMod Wiki
| Function | |
| Syntax |
tostring( Var ) Where is this used? |
| Description: | |
| Attempts to cast the argument as a string. | |
| Returns: | String |
| Part of Library: | Global Functions |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.tostring]G.tostring [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Convert to a string |
|---|---|
| Used on | |
| Code | print( type( tostring( 5 ) ) |
| Output | string |
Additional Notes
- You can override the result of this using the metamethod __tostring .