IdaJS
    Preparing search index...

    Interface StormModes

    Storm control options for ida.setStorm

    ida.StormModes

    interface StormModes {
        $: EnumHandler;
        ForceNoStorm: 2;
        ForceStorm: 1;
        None: 0;
    }
    Index

    Properties

    Contains enum operations for this enum object

    ForceNoStorm: 2

    Forces the storm to be inactive, no matter LBA game variables state

    ForceStorm: 1

    Forces the storm to be active, no matter LBA game variables state

    None: 0

    Default game behavior - storm is there based on LBA game variables state