Dota 2 Workshop Tools/Scripting/API/Global.StringToFile: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
(Brief description of parameters, added Notes to explain some of the functions behaviour) |
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
||
Line 1: | Line 1: | ||
{{Note | This page is automatically generated. Any changes may be overwritten}} | {{Note | This page is automatically generated. Any changes may be overwritten}} | ||
[[Category:Dota2Function]] | |||
[[Category:Global]] | |||
== Function Description == | == Function Description == | ||
''' bool StringToFile(string ''a'', string ''b'') ''' | ''' bool StringToFile(string ''a'', string ''b'') ''' | ||
''Store a ''string'' to a file for later reading'' | ''Store a ''string'' to a file for later reading'' | ||
== Parameters == | == Parameters == | ||
Line 15: | Line 20: | ||
| string | | string | ||
| a | | a | ||
| | | No Description Set | ||
|- | |- | ||
| string | | string | ||
| b | | b | ||
| | | No Description Set | ||
|} | |} | ||
== Returns == | == Returns == | ||
''bool'' - | ''bool'' - No Description Set | ||
Revision as of 13:14, 9 August 2014

Function Description
bool StringToFile(string a, string b)
Store a string to a file for later reading
Parameters
Type | Name | Description |
---|---|---|
string | a | No Description Set |
string | b | No Description Set |
Returns
bool - No Description Set