HTTPConnection.GetBuffer
From GMod Wiki
Function | |
Syntax | HTTPConnection:GetBuffer( ) |
Description: | |
Returns the content of the finished download. | |
Returns: | String contents |
In Object: | HTTPConnection |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=HTTPConnection.GetBuffer]HTTPConnection.GetBuffer [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | N/A | ||
---|---|---|---|
Used on | |||
Code |
| ||
Output | N/A |
Additional Notes
- Will return an empty string if the download is not finished.
- The return value of this is truncated to a random length. Bug?