IETS - v0.5.1
    Preparing search index...

    Function SaveObjectLocation

    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 stores the location of the specified object in the named variable.

       IF
         Global("SavedMyPos","LOCALS",0)
       THEN
         RESPONSE #50
           SetGlobal("SavedMyPos","LOCALS",1)
           SaveObjectLocation("LOCALS","DefaultLocation",Myself)
       END
      

      Parameters

      Returns Action