G.RunStringEx
From GMod Wiki
Revision as of 15:17, 28 July 2010 by Crazy Quebecer (Talk | contribs)
Function | |
Syntax |
RunStringEx( String code, String information ) Where is this used? |
Description: | |
Like G.RunString, but the "filename" to associate with the file is given by the information argument. | |
Returns: | nil |
Part of Library: | Global Functions |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.RunStringEx]G.RunStringEx [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |
Additional Notes
- Information argument is reported by errors as the filename.
See Also
- game.ConsoleCommand
- player.ConCommand
- G.RunConsoleCommand
- G.RunString
- Escaping - how to embed strings into RunString