RSX Code Reference
    Preparing search index...
    • rsx
    • ScriptNativeLibraryImportThunk

    Class ScriptNativeLibraryImportThunk

    A low-level class that allows calling native functions imported from dynamic libraries from scripting.

    Index
    • Invokes the native function by passing to it the given parameters.

      Parameters

      • parameters: any

        The parameters to pass to the function.

      Returns any

      The function return value, if any.