hyperx.library.library

References the HyperX scripting library.

def FindExecutableFolder() -> pathlib.Path:

Returns the path for the Executable folder inside the auto-detected HyperX install directory

def ReferenceLibrary():

Adds references to the C# HyperX scripting library.

def ValidateDatabaseVersion(applicationVersion: str) -> None:

Validates the wrapper version against the executing HyperX application. Prints warning message to console if these versions do not match

def PrintWarning(innerWarning: list[str]):