DeleteLinesFromLog

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

A command for ConScribe.

Syntax:

(result:int) DeleteLinesFromLog formatString:string var1 var2 ... var20 lowerLimit:int upperLimit:int

Removes a slice of lines from the registered log. Returns -1 if the call fails.

Notes[edit | edit source]

  • Slice limits are in an open interval (end points are included).
  • Single lines can be removed by passing the same number as the upper and lower limits.

See also[edit | edit source]

RegisterLog
GetLogLineCount