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

    Interface IEditChoice

    interface IEditChoice {
        bool?: boolean;
        icon?: string;
        key: string;
        text?: string;
        visible?: boolean;
    }
    Index

    Properties

    bool?: boolean
    icon?: string
    key: string
    text?: string
    visible?: boolean

    select if this choice is visible (default) to the user. invisible choices can only be set programmatically