RuntimeGameOptionsScriptFile: {
    hash: number;
    path: string;
}

Identify a script file, with its content hash (useful for hot-reloading).

Type declaration

  • hash: number

    The hash of the script file content.

  • path: string

    The path for this script file.