Legacy:StatLog: Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
No edit summary
 
m +Known subclasses
 
Line 4: Line 4:


* StatLog's static BrowseRelativeLocalURL function is a handy way to create an in-game link to a locally saved HTML manual (of a mod, for instance). The ''start'' console command can only deal with actual network URLs.
* StatLog's static BrowseRelativeLocalURL function is a handy way to create an in-game link to a locally saved HTML manual (of a mod, for instance). The ''start'' console command can only deal with actual network URLs.
== Known subclasses ==
*[[Legacy:StatLogFile (UT)|StatLogFile (UT)]]


[[Category:Legacy Class (UT)|{{PAGENAME}}]]
[[Category:Legacy Class (UT)|{{PAGENAME}}]]

Latest revision as of 13:39, 22 July 2016

UT :: Actor (UT) >> Info (UT) >> StatLog (Package: Botpack)

StatLog, native UnrealScript class. Provides means to write Unicode-encoded text to (log-)files. Apart from writing to fixed .ini files, this class is UnrealScript's only means to write data to disk.

  • StatLog's static BrowseRelativeLocalURL function is a handy way to create an in-game link to a locally saved HTML manual (of a mod, for instance). The start console command can only deal with actual network URLs.

Known subclasses