Hnxml Standard
    Preparing search index...

    Interface LaunchHackScript

    Launch a hacker script.

    加载一个 HackerScript

    <LaunchHackScript Filepath="Scripts/HackerScript.txt" DelayHost="delayNode" Delay="0" SourceComp="enemyNode" TargetComp="playerComp" RequireLogsOnSource="false" RequireSourceIntact="true"/>
    
    interface LaunchHackScript {
        children?: never;
        Delay?: string | number;
        DelayHost?: string;
        Filepath: string;
        RequireLogsOnSource: boolean | "true" | "false";
        RequireSourceIntact: boolean | "true" | "false";
        SourceComp?: string;
        TargetComp?: string;
    }
    Index

    Properties

    children?: never
    Delay?: string | number
    DelayHost?: string
    Filepath: string
    RequireLogsOnSource: boolean | "true" | "false"
    RequireSourceIntact: boolean | "true" | "false"
    SourceComp?: string
    TargetComp?: string