Click or drag to resize
CommandsHistory Property
List of all executed commands. This returns a read-only list.

Namespace: spaar.ModLoader
Assembly: SpaarModLoader (in SpaarModLoader.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static IList<string> History { get; }

Property Value

Type: IListString
See Also