Difference between revisions of "Dota 2 Workshop Tools/Scripting/API/Global.AppendToLogFile"
< Dota 2 Workshop Tools | Scripting | API
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
RoyAwesome (talk | contribs) (Dota_Lebot push: Updated Page) |
||
Line 6: | Line 6: | ||
− | ''' void AppendToLogFile(string '' | + | ''' void AppendToLogFile(string ''string_1'', string ''string_2'') ''' |
''Appends a ''string'' to a log file on the server'' | ''Appends a ''string'' to a log file on the server'' | ||
Line 19: | Line 19: | ||
|- | |- | ||
| string | | string | ||
− | | | + | | string_1 |
| No Description Set | | No Description Set | ||
|- | |- | ||
| string | | string | ||
− | | | + | | string_2 |
| No Description Set | | No Description Set | ||
|} | |} |
Latest revision as of 03:28, 19 June 2015

Function Description
void AppendToLogFile(string string_1, string string_2)
Appends a string to a log file on the server
Parameters
Type | Name | Description |
---|---|---|
string | string_1 | No Description Set |
string | string_2 | No Description Set |