PrinttoServerGameLog

From ARK Modding Wiki
Revision as of 02:42, 13 November 2017 by Jslay (talk | contribs) (Clarified node usage.)
Jump to navigation Jump to search


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