Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface IRunParameters

    all parameters passed to runExecutable. This is used to support interpreters changing the parameters

    interface IRunParameters {
        args: string[];
        executable: string;
        options: IRunOptions;
    }
    Index

    Properties

    args: string[]
    executable: string
    options: IRunOptions