string.format
From GMod Wiki
Revision as of 09:18, 25 April 2010 by Hurricaaane (Talk | contribs)
| Function | |
| Syntax |
string.format( String s, param1, param2, ... ) Where is this used? |
| Description: | |
| Building a string using format codes in s and the supplied parameters. | |
| Returns: | String |
| Part of Library: | String |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=String.format]String.format [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Example
Additional Notes
- None