Dota 2 Workshop Tools/Scripting/API/Global.FileToString: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
Jump to navigation
Jump to search
m ([FORGOT Summary] Brief description of parameter, 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 == | ||
''' string FileToString(string ''a'') ''' | ''' string FileToString(string ''a'') ''' | ||
''Reads a ''string'' from a file to send to script'' | ''Reads a ''string'' from a file to send to script'' | ||
== Parameters == | == Parameters == | ||
Line 15: | Line 20: | ||
| string | | string | ||
| a | | a | ||
| | | No Description Set | ||
|} | |} | ||
== Returns == | == Returns == | ||
''string'' - | ''string'' - No Description Set | ||
Revision as of 13:14, 9 August 2014

Function Description
string FileToString(string a)
Reads a string from a file to send to script
Parameters
Type | Name | Description |
---|---|---|
string | a | No Description Set |
Returns
string - No Description Set