IETS - v0.5.1
    Preparing search index...

    Function StartMovie

    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 is used to a play a movie (MVE file). The example script is from ar108.bcs.

       IF
         Global("EnteredPalace","GLOBAL",0)
       THEN
         RESPONSE #100
           StartMovie("PALACE")
           SetGlobal("EnteredPalace","GLOBAL",1)
       END
      

      Parameters

      • resref: string

      Returns Action