ActivityLogSystem

Documents the ActivityLogSystem class and its functions.

NOT DOCUMENTED We currently don't have information on how these functions work. They are being documented here for visibility.

Invoking ActivityLogSystem

To invoke the activity log system, use the following Global function:

als = Game.GetActivityLogSystem()

Sub-functions

AddLog

AddLog(logEntry : String);

AddLogFromParts

AddLogFromParts(textpart1 : String, optional textpart2 : String, optional textpart3 : String, optional textpart4 : String, optional textpart5 : String);

Last updated