UnregisterLog

From The Elder Scrolls Construction Set Wiki

A command for ConScribe.

Syntax:

(nothing) UnregisterLog formatString:string var1 var2 ... var20 defaultFlag:bool deleteLog:bool

Unregisters the calling log. If the deleteLog flag is set, it is also deleted from the hard disk.


[edit] Notes

  • To unregister all of the calling mod's registered logs, the string "*.*" should be passed as the first argument.
  • To unregister the calling mod's default log, the string "*.*" should be passed as the first argument and the default flag must be set.


[edit] See also

RegisterLog
GetRegisteredLogNames

Personal tools