ActivityLogSystem

Documents the ActivityLogSystem class and its functions.

triangle-exclamation

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