IETS - v0.5.1
    Preparing search index...

    Function ClearActions

    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 clears the action list of the specified object (including ModalActions). The example script is from ar2400.bcs.

       IF
         GlobalTimerExpired("udWaitOgreDoor","GLOBAL")
         Global("HaveOgreOpenDoor","AR2400",0)
         Global("udGithDead","AR2400",0)
         !Global("udMind","GLOBAL",30)
       THEN
         RESPONSE #100
           SetInterrupt(FALSE)
           SetGlobal("HaveOgreOpenDoor","AR2400",1)
           ClearActions(Player1)
           ClearActions(Player2)
           ClearActions(Player3)
           ClearActions(Player4)
           ClearActions(Player5)
           ClearActions(Player6)
           SetInterrupt(TRUE)
           StartCutSceneMode()
           StartCutScene("Cut44i")
       END
      

      Parameters

      Returns Action