Hnxml Standard
    Preparing search index...

    Interface LaunchHackScript

    加载一个 HackerScript

    Launch a hacker script.

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

    Properties

    children?: never
    Delay?: number
    DelayHost?: string
    Filepath: string
    RequireLogsOnSource?: boolean
    RequireSourceIntact?: boolean
    SourceComp?: string
    TargetComp?: string