IETS - v0.5.1
    Preparing search index...

    Function LockScroll

    BG2 barrel re-exports.

    Generated by ts-update. Do not edit manually.

    Uses named re-exports (not export *) so esbuild can statically resolve each binding without falling back to runtime __reExport helpers for externalized .d.ts modules.

    • This action locks the screen on the active creature, preventing the screen from being scrolled away. The action only works when executed by a creature (its own script or via ActionOverride).

       IF
         CombatCounter(0)
       THEN
         RESPONSE #100
           LockScroll()
       END
      

      Returns Action