I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

Difference between revisions of "Legacy:StatLog"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m
m (+Known subclasses)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{classbox|[[Legacy:Actor|Actor]] >> [[Legacy:Info (UT)|Info (UT)]] >> StatLog}}
+
{{classbox| [[Legacy:UT|UT]] :: [[Legacy:Actor (UT)|Actor (UT)]] >> [[Legacy:Info (UT)|Info (UT)]] >> StatLog (Package: Botpack)}}
  
 
''StatLog'', native UnrealScript class. Provides means to write [http://www.unicode.org 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'', native UnrealScript class. Provides means to write [http://www.unicode.org 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.
 
* 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}}]]

Latest revision as of 14: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[edit]