The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

Legacy:StatLog

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 14:39, 22 July 2016 by SeriousBarbie (Talk | contribs) (+Known subclasses)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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