Always snap to grid

UE2:StatLogFile (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 16:10, 17 May 2008 by Wormbo (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
U2XMP Object >> Actor >> Info >> StatLog >> StatLogFile

Contents

Package: 
Engine
This class in other games:
RTNP, U1, UT

Logs game events for stat collection

Logs to a file.

[edit] Properties

[edit] bWatermark

Type: bool


[edit] LogAr

Type: int


[edit] StatLogFile

Type: string


Default value: "../Logs/unreal.ngStats.Unknown.log"

[edit] StatLogFinal

Type: string


[edit] Functions

[edit] Native functions

[edit] CloseLog

native final function CloseLog ()


[edit] FileFlush

native final function FileFlush ()


[edit] FileLog

native final function FileLog (string EventString)


[edit] GetChecksum

native final function GetChecksum (out string Checksum)


[edit] OpenLog

native final function OpenLog ()


[edit] Watermark

native final function Watermark (string EventString)


[edit] Events

[edit] GetLocalLogFileName

event string GetLocalLogFileName ()

Overrides: StatLog.GetLocalLogFileName


[edit] Other instance functions

[edit] FlushLog

function FlushLog ()

Overrides: StatLog.FlushLog


[edit] LogEventString

function LogEventString (string EventString)

Overrides: StatLog.LogEventString


[edit] LogGameEnd

function LogGameEnd (string Reason)

Overrides: StatLog.LogGameEnd


[edit] LogPlayerConnect

function LogPlayerConnect (Controller Player, optional string Checksum)

Overrides: StatLog.LogPlayerConnect


[edit] LogWorldEventString

function LogWorldEventString (string EventString)

Overrides: StatLog.LogWorldEventString


[edit] StartLog

function StartLog ()

Overrides: StatLog.StartLog


[edit] StopLog

function StopLog ()

Overrides: StatLog.StopLog


Personal tools