Difference between revisions of "PrinttoServerGameLog"

From ARK Modding Wiki
Jump to navigation Jump to search
(Clarified node usage.)
Line 6: Line 6:
 
== How to Use ==
 
== How to Use ==
 
Creates a log entry in ServerGameLog. Very useful for debugging on a server<br />
 
Creates a log entry in ServerGameLog. Very useful for debugging on a server<br />
 +
Server needs to be started with command line flag `-servergamelog` for this node to work.<br />
 +
Logs generally are stored in `ShooterGame/Saved/Logs` and the file this node prints to is the `ServerGame` file.<br />
  
 
=== Related Articles ===
 
=== Related Articles ===

Revision as of 02:42, 13 November 2017


Replication Important

NoticeIcon.png

Must run on server

NoticeIcon.png

Should run on server

NoticeIconInactive.png

Must run on client

NoticeIconInactive.png

Should run on client

NoticeIconInactive.png

Requires Multicasting

NoticeIconInactive.png

PrinttoServerGameLog - ShooterGameMode

How to Use

Creates a log entry in ServerGameLog. Very useful for debugging on a server
Server needs to be started with command line flag `-servergamelog` for this node to work.
Logs generally are stored in `ShooterGame/Saved/Logs` and the file this node prints to is the `ServerGame` file.

Related Articles

What Links Here

Inputs
Pin Reference Type Description
Target ShooterGameMode ShooterGameMode Reference (Most likely from a Cast)
In String String Log Entry