Skyrim Special Edition

File information

Last updated

Original upload

Created by

TommInfinite

Uploaded by

TommInfinite

Virus scan

Safe to use

Mod articles

  • SUP SKSE Functions

    V1.00 ----------------------------------------------------------------------------------------

    - (int)GetSUPSKSEVersion()
    Returns current SUP SKSE plugin version.

    -DebugPrintSUP(string sText, iRequest)
    iRequest(optional parameter)
    0 - Print text to console
    1 - Print text to file
    2 - Print text to both console and file

    Example:
    DebugPrintSUP("Element value>>>" +   myArray) ; prints element to console
    DebugPrintSUP("Element value>>>" +   myArray,1) ; prints element to file
    DebugPrintSUP("Element value>>>" +   myArray,2) ; prints element to console and file

    File is "aaSUPSKSEDebugPrint.txt" and it's located in root game folder. It's contents are deleted on each game...