Hnxml Standard
    Preparing search index...

    Type Alias Filedownload

    Task to download the file at the path

    Example: This entry asks for the player to download (SCP) home/asdf.txt on machine with ID "missionTestNode"

    <goal type="filedownload" target="advExamplePC" file="downloadFile.txt" path="home"/>
    
    type Filedownload = {
        file: string;
        path: string;
        target: string;
        type: "filedownload";
    }
    Index

    Properties

    Properties

    file: string
    path: string
    target: string
    type: "filedownload"