[Script] Lua API (sort of)

I know this is late to the modding party, but since I haven’t seen anything like this put out there, here is a complete listing of all global objects, fields, and methods accessible via script for Grim Dawn, broken into 4 forum posts (due to 66k character limit per post). This post contains everything other than the gd object. The gd object alone is 177k characters, so will be broken up among the replies.

    Actor (table)
      Get (function)
      __base (table)
        Create (function)
        Get (function)
        GetCoords (function)
        IsReloaded (function)
        IsType (function)
        NetworkEnable (function)
        SetCoords (function)
        __base (table)
          Cache (function)
          Destroy (function)
          Get (function)
          GetId (function)
          GetName (function)
          Release (function)
          __cname (string)
          __type (number)
        __cname (string)
        __type (number)
      __cname (string)
      __type (number)
    Camera (table)
      GetCoords (function)
      SetCoords (function)
    Character (table)
      AdjustMoney (function)
      AdjustTribute (function)
      Attack (function)
      Create (function)
      Get (function)
      GetLevel (function)
      GiveExperience (function)
      GiveFaction (function)
      GiveItem (function)
      GiveLevels (function)
      GiveSkillPoints (function)
      HasItem (function)
      HasTribute (function)
      IsAlive (function)
      IsType (function)
      Kill (function)
      Move (function)
      MoveAction (function)
      PlayAnimation (function)
      PlaySound (function)
      Say (function)
      SetCoords (function)
      SetFaction (function)
      TakeItem (function)
      TeleportHome (function)
      ToggleInvincible (function)
      ToggleSkills (function)
      Turn (function)
      UnlockFaction (function)
      UseSkillAction (function)
      __cname (string)
      __type (number)
    Chest (table)
      Get (function)
      SetLocked (function)
      __cname (string)
      __type (number)
    ClearObjectUserdata (function)
    Client (boolean)
    Coords (table)
      __cname (string)
      __getters (table)
        origin (function)
        xAxis (function)
        yAxis (function)
        zAxis (function)
      __setters (table)
        origin (function)
        xAxis (function)
        yAxis (function)
        zAxis (function)
      __type (number)
    CrossProduct (function)
    Destructible (table)
      Destroy (function)
      Get (function)
      __cname (string)
      __type (number)
    Door (table)
      Close (function)
      Get (function)
      IsLocked (function)
      Open (function)
      SetAutoClose (function)
      SetLocked (function)
      __cname (string)
      __type (number)
    DotProduct (function)
    Game (table)
      AddMutator (function)
      AddObjective (function)
      AllowNpcTalk (function)
      ClearObjectives (function)
      Difficulty (table)
      DisableRespawn (function)
      EnableRespawn (function)
      EndSurvivalEvent (function)
      GenerateEndlessDungeon (function)
      GetAveragePlayerLevel (function)
      GetEndlessDungeonsGenerated (function)
      GetGameDifficulty (function)
      GetGameTime (function)
      GetLocalPlayer (function)
      GetMaxPlayerLevel (function)
      GetMinPlayerLevel (function)
      GetNumPlayers (function)
      GetPlayer (function)
      GetSurvivalMultiplier (function)
      GetSurvivalRestarts (function)
      GetSurvivalWaveTier (function)
      InActiveEndlessDungeonFloor (function)
      IncrementSurvivalDifficulty (function)
      IncrementSurvivalRestarts (function)
      IncrementSurvivalWaveTier (function)
      IsEndlessDungeonBonusComplete (function)
      IsEndlessDungeonBossDead (function)
      IsHardcore (function)
      KillAllMonsters (function)
      KillAllMonstersOnNextRespawn (function)
      NotifyNewMutators (function)
      PlayFullscreenGlow (function)
      PlayNetSound (function)
      PlayersDead (function)
      RemoveEndlessShrineBuffs (function)
      RemoveEndlessSoulBuffs (function)
      RemoveObjective (function)
      ResetEndlessDungeon (function)
      ResetMutators (function)
      ResetSurvivalEvent (function)
      ResetSurvivalRestarts (function)
      ResetSurvivalTimer (function)
      SaveSurvivalScore (function)
      ScreenShake (function)
      SetSurvivalDifficulty (function)
      SetSurvivalTimer (function)
      SetSurvivalWaveTier (function)
      StartSurvivalEvent (function)
      SurvivalTimerAdd (function)
      TeleportPlayer (function)
      UnlockNextDifficulty (function)
      UnlockNextSurvivalDifficulty (function)
      UnlockTutorial (function)
    GiveTokenIfPlayer (function)
    GiveTokenToLocalPlayer (function)
    Lever (table)
      Close (function)
      Get (function)
      IsLocked (function)
      IsOpen (function)
      Open (function)
      SetAutoClose (function)
      SetLocked (function)
      __cname (string)
      __type (number)
    LuaGlobalEvent (function)
    MpScript (table)
      LuaGlobalEvent (function)
      QuestEvent (function)
      QuestGlobalEvent (function)
    Npc (table)
      Get (function)
      IsType (function)
      SetAvailableForConversation (function)
      __cname (string)
      __type (number)
    Player (table)
      AnyoneHasToken (function)
      CompleteQuest (function)
      DestroyItem (function)
      Get (function)
      GetFaction (function)
      GetPlayerName (function)
      GetQuestState (function)
      GetQuestTaskState (function)
      GetSurvivalScore (function)
      GiveToken (function)
      GrantQuest (function)
      HasToken (function)
      InEndlessActiveFloor (function)
      InEndlessBossFloor (function)
      InEndlessDungeon (function)
      IsSpaceAvailable (function)
      IsType (function)
      RemoveToken (function)
      ServerHasToken (function)
      Teleport (function)
      __cname (string)
      __type (number)
    Proxy (table)
      AllKilled (function)
      Create (function)
      Get (function)
      IsAmbush (function)
      IsType (function)
      LinkPatrolPointGroup (function)
      Run (function)
      __cname (string)
      __type (number)
    QuestEvent (function)
    QuestEventDispatch (function)
    QuestGlobalEvent (function)
    QuestState (table)
    RemoveTokenFromLocalPlayer (function)
    Riftgate (table)
      Get (function)
      SetLocked (function)
      __cname (string)
      __type (number)
    Script (table)
      Event (function)
      Load (function)
      RegisterForUpdate (function)
      UnregisterForUpdate (function)
    Server (boolean)
    Shared (table)
      Localize (function)
      getUserdata (function)
      persistUserdata (function)
      persistentUserdata (table)
      restoreUserdata (function)
      setUserdata (function)
      userdata (table)
        22967 (table)
          object (userdata)
          state (number)
        23231 (table)
          object (userdata)
          state (number)
        23323 (table)
          object (userdata)
          state (number)
        23340 (table)
          object (userdata)
          state (number)
        23344 (table)
          state (number)
        23345 (table)
          state (number)
        23346 (table)
          state (number)
        23368 (table)
          object (userdata)
          state (number)
        23382 (table)
          object (userdata)
          state (number)
        23383 (table)
          object (userdata)
          state (number)
        23400 (table)
          state (number)
        23401 (table)
          state (number)
        23540 (table)
          object (userdata)
          state (number)
        23543 (table)
          object (userdata)
          state (number)
        23544 (table)
          state (number)
        23546 (table)
          state (number)
        23564 (table)
          object (userdata)
          state (number)
        23565 (table)
          object (userdata)
          state (number)
        23566 (table)
          state (number)
        23567 (table)
          state (number)
        23570 (table)
          state (number)
        23571 (table)
          state (number)
        23575 (table)
          state (number)
        23576 (table)
          state (number)
        23587 (table)
          state (number)
        23588 (table)
          state (number)
        24253 (table)
          object (userdata)
          state (number)
        24275 (table)
          state (number)
        24308 (table)
          state (number)
        24316 (table)
          object (userdata)
          state (number)
        24319 (table)
          object (userdata)
          state (number)
        24329 (table)
          object (userdata)
          state (number)
        24330 (table)
          object (userdata)
          state (number)
        24331 (table)
          state (number)
        24333 (table)
          state (number)
        24335 (table)
          state (number)
        24338 (table)
          object (userdata)
          state (number)
        24339 (table)
          state (number)
        24342 (table)
          state (number)
        24343 (table)
          state (number)
        24345 (table)
          object (userdata)
          state (number)
        24346 (table)
          state (number)
        24347 (table)
          object (userdata)
          state (number)
        24407 (table)
          object (userdata)
          state (number)
        24446 (table)
          state (number)
        24449 (table)
          object (userdata)
          state (number)
        24451 (table)
          state (number)
        24452 (table)
          state (number)
        24456 (table)
          object (userdata)
          state (number)
        24462 (table)
          object (userdata)
          state (number)
        24546 (table)
          state (number)
        24676 (table)
          object (userdata)
          state (number)
        24702 (table)
          state (number)
        24703 (table)
          state (number)
        24704 (table)
          state (number)
        24716 (table)
          state (number)
        24719 (table)
          object (userdata)
          state (number)
        24804 (table)
          object (userdata)
          state (number)
        24811 (table)
          object (userdata)
          state (number)
        30080 (table)
          object (userdata)
          state (number)
        30104 (table)
          state (number)
        39302 (table)
          state (number)
        43072 (table)
          object (userdata)
          state (number)
        43124 (table)
          object (userdata)
          state (number)
    Shrine (table)
      Get (function)
      IsLocked (function)
      SetLocked (function)
      __cname (string)
      __type (number)
    SoundType (table)
    Time (table)
      Now (function)
    TokenStateBasedObjectCache (function)
    TokenStateBasedObjectRelease (function)
    TokenStateBasedObjectSwap (function)
    UI (table)
      Notify (function)
    UpdateObjectSwap (function)
    Vec (table)
      Length (function)
      LengthSquared (function)
      LengthSquaredXZ (function)
      LengthXZ (function)
      Unit (function)
      __cname (string)
      __ctor (function)
      __getters (table)
        x (function)
        y (function)
        z (function)
      __setters (table)
        x (function)
        y (function)
        z (function)
      __type (number)
    WaveEvent_DefaultEndCallback (function)
    WaveEvent_End (function)
    WaveEvent_OnAddToWorld (function)
    WaveEvent_OnRemoveFromWorld (function)
    WaveEvent_SpawnNext (function)
    WaveEvent_Start (function)
    WaveEvent_Update (function)
    WorldCoords (table)
      __cname (string)
      __getters (table)
        origin (function)
        xAxis (function)
        yAxis (function)
        zAxis (function)
      __setters (table)
        origin (function)
        xAxis (function)
        yAxis (function)
        zAxis (function)
      __type (number)
    WorldVec (table)
      __cname (string)
      __type (number)
    _VERSION (string)
    __luaglue (table)
      class (function)
      derive (function)
      dump (function)
      dumpex (function)
      dumpr (function)
      igetter (function)
      instance (function)
      isetter (function)
      readonly (function)
      tgetter (function)
      tsetter (function)
      version (string)
    __luaglue_version (string)
    assert (function)
    cameraPosX (number)
    cameraPosY (number)
    cameraPosZ (number)
    class (function)
    clientQuestTable (table)
      AreaGWitchesFoundToken (function)
      DreegArcBeginQuest (function)
      GDX1BreadcrumbBeginQuest (function)
      GDX2BreadcrumbBeginQuest (function)
      GloomwaldStashToken (function)
      KorvaakTombBarricadeToken (function)
      MalmouthDocksEndEvent (function)
      MalmouthOuterBridgeEndEvent (function)
      MalmouthRebelBaseEndEvent (function)
      MalmouthStashToken (function)
      ResistanceArcaneClaimedToken (function)
      ResistanceWeaponsClaimedToken (function)
      SolaelArcBeginQuest (function)
      WendigoTravelers01Rescued (function)
      WendigoTravelers02Rescued (function)
      WitchGodTestEndEventToken (function)
      Witches01RescuedToken (function)
      aWitchsDealBeginQuest (function)
      activateEndlessDungeon (function)
      aetherialFarmBeginQuest (function)
      aetherialFarmReturnBeginQuest (function)
      aetherialTraitorFreedToken (function)
      aetherialTraitorHostileToken (function)
      aetherialWitchBeginQuest (function)
      aetherialWitchKillBeginQuest (function)
      alliesFromTheAshesBeginQuest (function)
      alliesFromTheAshesChoseKymonToken (function)
      alliesFromTheAshesChoseOrderToken (function)
      alliesFromTheAshesSpawnToken (function)
      allureWendigoBeginQuest (function)
      allureWendigoReturnBeginQuest (function)
      alongTheVoidEdgeBeginQuest (function)
      alongTheVoidEdgeReturnBeginQuest (function)
      ancientGroveEpicDoor (function)
      apprenticeFoundToken (function)
      apprenticeRescuedToken (function)
      areaFSecretRiftTriggered (function)
      areaGKymonDeserter02RiftGlobalMP (function)
      areaGSpecialAltarGlobalMP (function)
      areaGSpecialBreakable01GlobalMP (function)
      areaGSpecialBreakable02GlobalMP (function)
      areaGSpecialBreakable03GlobalMP (function)
      areaGSpecialBreakable04GlobalMP (function)
      areaGSpecialBreakable05GlobalMP (function)
      areaGSpecialBreakable06GlobalMP (function)
      areaGSpecialLeverSecretGlobalMP (function)
      areaGVanguardRitualFinishedGlobalMP (function)
      arkovianDocksBridgeRepairedToken (function)
      assaultTheEnclaveBeginQuest (function)
      assaultTheEnclaveReturnBeginQuest (function)
      aurinChosenToken (function)
      avatarMogdrogenHostileToken (function)
      b28Hotfix (function)
      b31RoadToHomesteadHotfix (function)
      baneOfCairnBeginKillQuest (function)
      baneOfCairnBeginQuest (function)
      bastionOfChaosEpicDoor (function)
      blackLegionBountyReset (function)
      blacksmithBeginQuest (function)
      blacksmithDeliverBeginQuest (function)
      blacksmithForcedToken (function)
      blacksmithHotfixToken (function)
      blacksmithKillBeginQuest (function)
      blacksmithMasterBeginQuest (function)
      bloodHarvestBeginQuest (function)
      bloodHarvestPortalToken (function)
      bloodHarvestReturnBeginQuest (function)
      bloodswornDamnedLeaveBeginQuest (function)
      bloodswornDamnedReleaseBeginQuest (function)
      bloodswornGrantQuest (function)
      bloodswornReleasedToken (function)
      bourbonMoveToOfficeToken (function)
      brother03FoundToken (function)
      burnTheTakenBeginQuest (function)
      burnTheTakenBurnWitchBeginQuest (function)
      burnTheTakenEndBeginQuest (function)
      burnTheTakenFreeWitchBeginQuest (function)
      burnTheTakenHostileBeginQuest (function)
      burnTheWombBeginQuest (function)
      burrwitchBeginQuest (function)
      burrwitchBlockadeToken (function)
      burrwitchHermitHostileSwapToken (function)
      burrwitchReturnBeginQuest (function)
      burrwitchRiftEndEvent (function)
      burrwitchRiftStartEvent (function)
      bysmielArcBeginQuest (function)
      bysmielGatheringEssenceBeginQuest (function)
      bysmielGatheringPowerBeginQuest (function)
      bysmielsummoningRitualBeginQuest (function)
      cantLeaveThemBeginQuest (function)
      cantLeaveThemReturnBeginQuest (function)
      castOffTheFleshBeginQuest (function)
      checkpointUsedGlobalMP (function)
      checkpointUsedShard100GlobalMP (function)
      checkpointUsedShard10GlobalMP (function)
      checkpointUsedShard15GlobalMP (function)
      checkpointUsedShard20GlobalMP (function)
      checkpointUsedShard25GlobalMP (function)
      checkpointUsedShard30GlobalMP (function)
      checkpointUsedShard35GlobalMP (function)
      checkpointUsedShard40GlobalMP (function)
      checkpointUsedShard45GlobalMP (function)
      checkpointUsedShard50GlobalMP (function)
      checkpointUsedShard55GlobalMP (function)
      checkpointUsedShard5GlobalMP (function)
      checkpointUsedShard60GlobalMP (function)
      checkpointUsedShard65GlobalMP (function)
      checkpointUsedShard70GlobalMP (function)
      checkpointUsedShard75GlobalMP (function)
      checkpointUsedShard80GlobalMP (function)
      checkpointUsedShard85GlobalMP (function)
      checkpointUsedShard90GlobalMP (function)
      checkpointUsedShard95GlobalMP (function)
      cleanseCorruptionBeginQuest (function)
      cleanseCorruptionReturnBeginQuest (function)
      clearShatteredSoulBuff (function)
      clearingTheWayBeginQuest (function)
      clearingTheWayReturnBeginQuest (function)
      cookBeginQuest (function)
      corpseWagonsBeginQuest (function)
      corpseWagonsReturnBeginQuest (function)
      covenBountyReset (function)
      covenWallsBeginQuest (function)
      cronleySecretDestroyBeginQuest (function)
      cronleySecretKeepBeginQuest (function)
      cullingTheSwarmBeginQuest (function)
      cullingTheSwarmReturnBeginQuest (function)
      cultActivityBeginQuest (function)
      cultActivityReturnBeginQuest (function)
      cultBountyReset (function)
      cultFactionResetToken (function)
      cultistActivityAllKilled (function)
      dailaSword2Found (function)
      dailaSwordFound (function)
      dariusHostileSwapToken (function)
      deactivateEndlessDungeon (function)
      descentIntoTormentBeginQuest (function)
      descentIntoTormentReturnBeginQuest (function)
      desperateMeasuresBeginQuest (function)
      detonationArkoviaFoothillsToken (function)
      detonationBurrwitchBridgeToken (function)
      detonationConflagrationToken (function)
      detonationFloodedPassageToken (function)
      detonationFortIkonToken (function)
      detonationInnerCityGatesToken (function)
      detonationJaggedWasteToken (function)
      detonationLowerCrossingToken (function)
      detonationOldArkoviaToken (function)
      devilsCrossingBountyHotfix (function)
      devilsCrossingNeedsHelpBeginQuest (function)
      direniMineSpawnToken (function)
      direniSparedToken (function)
      disarmingTheEnemyBeginQuest (function)
      disarmingTheEnemyBeginReturnQuest (function)
      dismantlingBeginQuest (function)
      dravisHostileSwitchGlobalMP (function)
      dreegCleanseCorruptedBeginQuest (function)
      dreegCleanseCorruptedReturnBeginQuest (function)
      dreegCorruption01 (function)
      dreegCorruption02 (function)
      dreegCorruption03 (function)
      dreegForetoldFutureBeginQuest (function)
      dreegForetoldFutureReturnBeginQuest (function)
      dreegSlayUsurperBeginQuest (function)
      dreegSlayUsurperReturnBeginQuest (function)
      elderRoverFoundToken (function)
      elderRoverKeptTalismanReturnToken (function)
      elderRoverKeptTalismanToken (function)
      eldritchGateOpenedGlobalMP (function)
      eldritchGateTriggerGlobalMP (function)
      elsaFoundToken (function)
      endlessDungeonFinished (function)
      endlessDungeonGiveUp (function)
      exileQuest01BeginQuest (function)
      exileQuest02BeginQuest (function)
      exileQuest03BeginQuest (function)
      exileQuest04BeginQuest (function)
      exileQuest05BeginQuest (function)
      extortionFooledToken (function)
      extortionHostileSwapToken (function)
      extortionPortalToken (function)
      fabricBeginQuest (function)
      factionResetToken (function)
      familiarFaceBeginQuest (function)
      familyCrisisBeginQuest (function)
      familyCrisisHostileSwapToken (function)
      familyMattersBeginQuest (function)
      familyMattersReturnBeginQuest (function)
      farmersPlightBeginQuest (function)
      finalSaluteBeginQuest (function)
      finalSealBeginQuest (function)
      findElsaReturnBeginQuest (function)
      fleshAndIronBeginQuest (function)
      fleshAndIronBeginReturnQuest (function)
      fleshFactoryBossDoorToken (function)
      forThePeopleBeginQuest (function)
      forgesDestroyed (function)
      fortIkonBeginQuest (function)
      fortIkonOpenGateBeginQuest (function)
      fortIkonReturnBeginQuest (function)
      fortIkonRiftgateEndEvent (function)
      futureIsMadnessBeginQuest (function)
      futureIsMadnessReturnBeginQuest (function)
      futureSistersBeginQuest (function)
      futureSistersReturnBeginQuest (function)
      gatherSuppliesBeginQuest (function)
      gatherSuppliesReturnBeginQuest (function)
      gdx1NPCIntroToken (function)
      gloomweaverBeginQuest (function)
      gloomweaverReturnBeginQuest (function)
      grobleTyrantBeginQuest (function)
      grobleTyrantReturnBeginQuest (function)
      hargateEdgeBeginQuest (function)
      hartsAmuletBeginQuest (function)
      helpingOutBeginQuest (function)
      hiddenWealthToken (function)
      homesteadBountyHotfix (function)
      homesteadCannonsClaimedToken (function)
      homesteadGatesNorthBeginQuest (function)
      huntingTheHunterQuest (function)
      huntingTheHunterReturnQuest (function)
      infestedFieldsBeginQuest (function)
      infestedFieldsReturnBeginQuest (function)
      intoJawsOfMadnessBeginQuest (function)
      inventorBeginQuest (function)
      inventorReturnBeginQuest (function)
      jewelInTheMudFriendlyBeginQuest (function)
      jewelInTheMudHostileBeginQuest (function)
      jordythChosenToken (function)
      kasparovDeviceToken (function)
      kasparovDynamiteToken (function)
      kasparovGambitBeginQuest (function)
      killReanimator (function)
      killViloth (function)
      korvaakTombEntranceToken (function)
      korvaakTombInsideToken (function)
      korvaakVO01 (function)
      korvaakVO02 (function)
      korvaakVO03 (function)
      korvaakVOKymon (function)
      krakenBarricadeToken (function)
      kymonChosenBountyReset (function)
      kymonDeserterFriendlyTokenGlobalMP (function)
      kymonDeserterHostileTokenGlobalMP (function)
      kymonDesertersBeginQuest (function)
      kymonHostileSwitchGlobalMP (function)
      legionPriorityBeginQuest (function)
      legionPriorityReturnBeginQuest (function)
      lifeForAnEyeBeginQuest (function)
      lifeForAnEyeReturnBeginQuest (function)
      loghorreanRoar01 (function)
      loghorreanRoar02 (function)
      lostArmamentsBeginQuest (function)
      lostArmamentsReturnBeginQuest (function)
      lostElderBeginQuest (function)
      lostFatherBeginQuest (function)
      lostFatherRescueToken (function)
      lostFatherReturnBeginQuest (function)
      lostJournalKillBeginQuest (function)
      lostSurvivorBeginQuest (function)
      lostTomeBeginQuest (function)
      lumberForTheLegionBeginQuest (function)
      lumberForTheLegionReturnBeginQuest (function)
      madRamblingsBeginQuest (function)
      madRamblingsEnteredLootRoomToken (function)
      madWitchBlockadeToken (function)
      makingADealBeginQuest (function)
      malmouthBeginQuest (function)
      malmouthBountyReset (function)
      malmouthReturnBeginQuest (function)
      manInNeedBeginQuest (function)
      manInNeedReturnBeginQuest (function)
      manticoreVenomQuest (function)
      meddlingWitchBeginQuest (function)
      meddlingWitchHostileToken (function)
      meddlingWitchSafeToken (function)
      merchantBeginQuest (function)
      merchantExtortToken (function)
      merchantFoundBeginQuest (function)
      merchantFoundToken (function)
      merchantRescuedToken (function)
      mercifulEndBeginQuest (function)
      mercifulEndReturnBeginQuest (function)
      minePestsBeginQuest (function)
      minePestsReturnBeginQuest (function)
      miseryBeginQuest (function)
      miseryBurialCaveBeginQuest (function)
      mornaySpawnToken (function)
      murderersAndWorseBeginQuest (function)
      murderersAndWorseBridgeNotRepairedBeginQuest (function)
      murderersAndWorseBridgeRepairedBeginQuest (function)
      murderersAndWorseEdmundKilledBeginQuest (function)
      necropolisRiftgateEndEvent (function)
      necros01BeginQuest (function)
      necros02BeginQuest (function)
      necros03BeginQuest (function)
      necros04BeginQuest (function)
      necros04ReturnBeginQuest (function)
      necros05BeginQuest (function)
      necros06BeginQuest (function)
      necros07BeginQuest (function)
      necrosIntroBeginQuest (function)
      oldScarsBeginQuest (function)
      oldScarsReturnBeginQuest (function)
      orderDeathsVigilBountyReset (function)
      outcastBountyReset (function)
      outcastResetToken (function)
      outcastTrustToken (function)
      outlawDefectorDespawnToken (function)
      payingTributeBeginQuest (function)
      payingTributeSilasBribeTurnInBeginQuest (function)
      payingTributeSilasFledBeginQuest (function)
      payingTributeSilasHostileSwapToken (function)
      payingTributeSilasKillBeginQuest (function)
      payingTributeSilasTurnInBeginQuest (function)
      playerFinishExperience (function)
      playerProgressExperience (function)
      pledgingLoyaltyBeginQuest (function)
      pocketPortalBeginQuest (function)
      portValburyEpicDoor (function)
      portValburyReanimatorsDeadGlobalMP (function)
      powerInCirclesBeginQuest (function)
      preciousResourcesBeginQuest (function)
      preemptiveStrikeBeginQuest (function)
      preemptiveStrikeReturnBeginQuest (function)
      prideOfJaggedWasteBeginQuest (function)
      prideOfJaggedWasteReturnBeginQuest (function)
      prisonEntryBeginQuest (function)
      pruningWeedsBeginQuest (function)
      pruningWeedsReturnBeginQuest (function)
      puppetmasterBeginQuest (function)
      ravagerHostileToken (function)
      reapingWhatYouSowBeginQuest (function)
      reapingWhatYouSowReturnBeginQuest (function)
      rebel01Rescued (function)
      rebel02Rescued (function)
      removeTheHeadBeginQuest (function)
      removeTheHeadReturnBeginQuest (function)
      repairBurrwitchBridgeToken (function)
      repairFarmlandBridgeToken (function)
      repairHomesteadBridgeToken (function)
      repairNecropolisBridgeToken (function)
      repairOldGroveBridgeToken (function)
      repairWaterpumpToken (function)
      repairWightmireBridgeToken (function)
      rescueChildrenBeginQuest (function)
      rescueResistanceBeginQuest (function)
      rescueResistanceReturnBeginQuest (function)
      resetDungeonVariables (function)
      resetRewardVariablesGlobalMP (function)
      riggsBeginQuest (function)
      riggsReturnBeginQuest (function)
      riggsReturnSealBeginQuest (function)
      roadToHomesteadBeginQuest (function)
      roadToHomesteadReturnBeginQuest (function)
      roguelikeBridgeToken (function)
      roverBountyHotfix (function)
      roverLegacyBeginQuest (function)
      roverLegacyEndEvent (function)
      roverLegacyRepairShrine (function)
      roverRescueBeginQuest (function)
      royalRemedyBeginQuest (function)
      sacrificeBeginQuest (function)
      sacrificeChestToken (function)
      saviorFriendlyBeginQuest (function)
      saviorHostileBeginQuest (function)
      secureTheDocksBeginQuest (function)
      sewerBarricadeToken (function)
      sistersLoveBeginQuest (function)
      slithLabBeginQuest (function)
      slithLabNotesGiven (function)
      slithLabNotesKept (function)
      slithNecklacesBeginQuest (function)
      solaelHeartAsTributeBeginQuest (function)
      solaelHeartAsTributeReturnBeginQuest (function)
      solaelNoRoomForWeaknessBeginQuest (function)
      solaelSourceOfPowerBeginQuest (function)
      solaelStatue01Token (function)
      solaelStatue02Token (function)
      solaelStatue03Token (function)
      solaelTestFailedToken (function)
      solaelTestPassedToken (function)
      solaelWeakChose01 (function)
      solaelWeakChose02 (function)
      solaelWeakChose03 (function)
      solaelWeakChose04 (function)
      solaelWeakChose05 (function)
      solaelWordOfRahnBeginQuest (function)
      someoneOnTheInsideBeginQuest (function)
      somethingForNothingBeginQuest (function)
      somethingForNothingBeginReturnQuest (function)
      spiritGuideBeginQuest (function)
      startEndlessDungeonQuests (function)
      stashBeginQuest (function)
      steelcapShortcutToken (function)
      stepsOfTormentEpicDoor (function)
      stokingTheFlamesBeginQuest (function)
      supplyRunBeginQuest (function)
      supplyRunReturnBeginQuest (function)
      survivorsBeginQuest (function)
      testedAndProvenBeginQuest (function)
      theEmissaryBeginQuest (function)
      theFeastBeginQuest (function)
      theForgottenGodBeginQuest (function)
      theInquisitorBeginQuest (function)
      theLivingFactoryBeginQuest (function)
      theLivingFactoryGuardiansBeginQuest (function)
      theMessengerBeginQuest (function)
      theMessengerReturnBeginQuest (function)
      theNecropolisQuest (function)
      theNecropolisReturnQuest (function)
      theTestBeginQuest (function)
      threeBrothersBeginQuest (function)
      tipOfTheSpearBeginQuest (function)
      tipOfTheSpearReturnBeginQuest (function)
      tombOfHereticDestroyBlockadeToken (function)
      tombOfHereticEpicDoor (function)
      tombOfKorvaakBeginQuest (function)
      tooLateForRescueBeginQuest (function)
      tooLateForRescueReturnBeginQuest (function)
      trappedAndAloneBlockadeToken (function)
      trappedAndAloneCryptKillBeginQuest (function)
      trappedAndAloneDestroyBlockadeToken (function)
      trappedAndAloneReturnToVillageToken (function)
      trappedAndAloneVillageKillBeginQuest (function)
      travelersBewareBeginQuest (function)
      triggerElsaSwapToken (function)
      trollRampageBeginQuest (function)
      trueThreatBeginQuest (function)
      tyvaldChosenToken (function)
      ulgrimAtVoidExit (function)
      ulgrimConvincedToken (function)
      ulgrimHotfixToken (function)
      ulgrimSewersHotfixCheck (function)
      ulgrimVoidCleared (function)
      unlockCultistCellarToken (function)
      unlockVillageCellarToken (function)
      vengeanceBeginQuest (function)
      vengeanceDaughterHostileSwitchToken (function)
      vengeanceHomesteadSwitchToken (function)
      vengeanceHomesteadVendorSwitchToken (function)
      vengeanceHostileSwitchToken (function)
      vengeanceTookMoneyToken (function)
      vengeanceTrustToken (function)
      vilothBeginQuest (function)
      voidEdgeFound (function)
      wardenBeginQuest (function)
      wardenReturnBeginQuest (function)
      waterpumpBeginQuest (function)
      weNeedFoodAct3Fix (function)
      weNeedFoodBeginQuest (function)
      weNeedFoodDouglassBeginQuest (function)
      weNeedFoodFindHomesteadBeginQuest (function)
      wendigoMineCleared (function)
      wendigoWard01Token (function)
      wendigoWard02Token (function)
      wendigoWard03Token (function)
      wendigoWardsBeginQuest (function)
      whispers01 (function)
      whispers02 (function)
      whispers03 (function)
      whispers04 (function)
      whispers05 (function)
      whispers06 (function)
      wightmireRiftgateEndEvent (function)
      witchGodShrine02UnlockToken (function)
      witchGodShrine03UnlockToken (function)
      witchGodTempleUnlockToken (function)
      wraithUgdenbogFriendlyBeginQuest (function)
      wraithUgdenbogHostileBeginQuest (function)
      zealots01BeginQuest (function)
      zealots02BeginQuest (function)
      zealots02ReturnBeginQuest (function)
      zealots03BeginQuest (function)
      zealots03ReturnBeginQuest (function)
      zealots04BeginQuest (function)
      zealots04ReturnBeginQuest (function)
      zealots05BeginQuest (function)
      zealots05ReturnBeginQuest (function)
      zealots06BeginQuest (function)
      zealots07BeginQuest (function)
      zealotsIntroBeginQuest (function)
    collectgarbage (function)
    coroutine (table)
      create (function)
      resume (function)
      running (function)
      status (function)
      wrap (function)
      yield (function)
    cos (function)
    crucModName (string)
    crucMode (boolean)
    dofile (function)
    dump (function)
    dumpex (function)
    dumpr (function)
    error (function)
    gcinfo (function)
    getfenv (function)
    getmetatable (function)
    gi_getCrucibleMode (function)
    gi_getVersion (function)
    gi_version (string)
    ipairs (function)
    jit (table)
      arch (string)
      attach (function)
      flush (function)
      off (function)
      on (function)
      opt (table)
        start (function)
      os (string)
      status (function)
      util (table)
        funcbc (function)
        funcinfo (function)
        funck (function)
        funcuvname (function)
        ircalladdr (function)
        traceexitstub (function)
        traceinfo (function)
        traceir (function)
        tracek (function)
        tracemc (function)
        tracesnap (function)
      version (string)
      version_num (number)
    load (function)
    loadfile (function)
    loadstring (function)
    math (table)
      abs (function)
      acos (function)
      asin (function)
      atan (function)
      atan2 (function)
      ceil (function)
      cos (function)
      cosh (function)
      deg (function)
      exp (function)
      floor (function)
      fmod (function)
      frexp (function)
      huge (number)
      ldexp (function)
      log (function)
      log10 (function)
      max (function)
      min (function)
      mod (function)
      modf (function)
      pi (number)
      pow (function)
      rad (function)
      random (function)
      randomseed (function)
      sin (function)
      sinh (function)
      sqrt (function)
      tan (function)
      tanh (function)
    max (function)
    min (function)
    newproxy (function)
    next (function)
    orderedTable (function)
    pairs (function)
    pcall (function)
    pow (function)
    print (function)
    random (function)
    rawequal (function)
    rawget (function)
    rawset (function)
    select (function)
    serverQuestTable (table)
      ArkoviaGhostSwapOne (function)
      ArkoviaGhostSwapTwo (function)
      BLBridgeSoldiersTransition (function)
      BLGuardsCrownHillTransition (function)
      BLGuardsSewerTransition (function)
      BL_BountySpawn08 (function)
      BL_BountySpawn09 (function)
      BL_BountySpawn10 (function)
      BL_BountySpawn17 (function)
      BL_BountySpawn18 (function)
      BL_BountySpawn19 (function)
      BL_BountySpawn20 (function)
      BogTrappedChest (function)
      Brother03GhostTransition (function)
      CU_BountySpawn04 (function)
      CU_BountySpawn05 (function)
      CU_BountySpawn06 (function)
      CU_BountySpawn07 (function)
      CU_BountySpawn08 (function)
      CU_BountySpawn09 (function)
      CW_BountySpawn04 (function)
      CW_BountySpawn05 (function)
      CW_BountySpawn06 (function)
      CW_BountySpawn07 (function)
      CW_BountySpawn08 (function)
      CW_BountySpawn09 (function)
      DC_BountySpawn06 (function)
      DC_BountySpawn07 (function)
      DC_BountySpawn08 (function)
      DC_BountySpawn09 (function)
      DC_BountySpawn10 (function)
      DC_BountySpawn11 (function)
      DC_BountySpawn15 (function)
      DC_BountySpawn17 (function)
      DC_BountySpawn18 (function)
      EXILE_BountySpawn12 (function)
      EXILE_BountySpawn13 (function)
      EXILE_BountySpawn14 (function)
      EXILE_BountySpawn15 (function)
      ForwardCampUnlockDoors (function)
      ForwardCampUnlockDoorsKorvaak (function)
      GloomwaldStashBarricadeDestroy (function)
      GloomwaldStashUpdate (function)
      HS_BountySpawn09 (function)
      HS_BountySpawn10 (function)
      HS_BountySpawn11 (function)
      HS_BountySpawn12 (function)
      HS_BountySpawn13 (function)
      KC_BountySpawn07 (function)
      KC_BountySpawn08 (function)
      KC_BountySpawn09 (function)
      KC_BountySpawn10 (function)
      KC_BountySpawn11 (function)
      KC_BountySpawn13 (function)
      KC_BountySpawn19 (function)
      MalmouthDocksStartEvent (function)
      MalmouthOuterBridgeStartEvent (function)
      MalmouthRebelBaseStartEvent (function)
      ODV_BountySpawn06 (function)
      ODV_BountySpawn07 (function)
      ODV_BountySpawn08 (function)
      ODV_BountySpawn09 (function)
      ODV_BountySpawn10 (function)
      ODV_BountySpawn11 (function)
      ODV_BountySpawn12 (function)
      ODV_BountySpawn13 (function)
      PM_BountySpawn05 (function)
      PM_BountySpawn06 (function)
      PM_BountySpawn07 (function)
      PM_BountySpawn08 (function)
      RO_BountySpawn10 (function)
      RO_BountySpawn11 (function)
      RO_BountySpawn12 (function)
      RO_BountySpawn19 (function)
      ResistanceArcaneClaimed (function)
      ResistanceWeaponsClaimed (function)
      SolaelChestsTrigger (function)
      SolaelStatuesSpawnGuardian01 (function)
      SolaelStatuesSpawnGuardian02 (function)
      SolaelStatuesStart (function)
      VanguardNPCTransition (function)
      WG_BountySpawn04 (function)
      WG_BountySpawn05 (function)
      WG_BountySpawn07 (function)
      WG_BountySpawn08 (function)
      WG_BountySpawn09 (function)
      WG_BountySpawn10 (function)
      WG_BountySpawn11 (function)
      WitchGodTestStartEvent (function)
      activateSolaelStatue01 (function)
      activateSolaelStatue02 (function)
      activateSolaelStatue03 (function)
      activationBogVoidRift (function)
      activationBysmielQuestRift (function)
      activationDreegQuestRift (function)
      activationSolaelQuestRift (function)
      activationWendigoWard01 (function)
      activationWendigoWard02 (function)
      activationWendigoWard03 (function)
      aetherialFarmDestroyDoor (function)
      aetherialTraitorFreed (function)
      aetherialTraitorHostile (function)
      ancientGroveFinalBossFlames (function)
      ancientGroveGauntletEventAetherTrap (function)
      ancientGroveGauntletEventChaosTrap (function)
      ancientGroveStartGauntletEvent (function)
      ancientGroveTriggerTrappedChest01 (function)
      ancientGroveTriggerTrappedChest02 (function)
      ancientGroveTriggerTrappedChest03 (function)
      ancientGroveTriggerTrappedChest04 (function)
      areaENPCTransition (function)
      areaFOpenSpecialDungeon (function)
      areaFSpecialClonePortal (function)
      areaGKymonDeserter02Rift (function)
      areaGSpecialAltar (function)
      areaGSpecialBarricade (function)
      areaGSpecialLeverTrigger (function)
      areaGSpecialRiftOpen (function)
      areaGVanguardRitualFX (function)
      areaGVanguardRitualFinished (function)
      areaGWitchesRescue (function)
      arkoviaTrollSpawn (function)
      arkovianDocksBridgeRepair (function)
      avatarOfMogdrogenHostile (function)
      barnabasTrapDoorUnlock (function)
      bastionOfChaosStartGauntletEvent (function)
      bastionOfChaosStartTrapRoomEvent (function)
      bastionOfChaosTriggerTrappedChest01 (function)
      bastionOfChaosTriggerTrappedChest02 (function)
      bloodHarvestPortal (function)
      bloodSwornBossTransition (function)
      bloodSwornCrystalTransition (function)
      bloodswornQuestCheck (function)
      burnTheTakenBurnWitch (function)
      burnTheTakenFreeWitch (function)
      burnTheTakenHostileSwap (function)
      burnTheTakenWitchFinished (function)
      burrwitchBridgeDestroyBarricade (function)
      burrwitchBridgeRepair (function)
      burrwitchHermitHostileSwap (function)
      bysmielAllyTransition (function)
      bysmielKymonDeserterHostile (function)
      bysmielKymonDeserterSpawn (function)
      bysmielTempleSpawnInteractionSite (function)
      captiveCookPortal (function)
      captiveInventorPortal (function)
      captiveMerchantPortal (function)
      cleanseWaterpump (function)
      clone01Portal (function)
      clone02Portal (function)
      clone03Portal (function)
      clone04Portal (function)
      cloneBossHostile (function)
      conflagrationBarricadeDestroy (function)
      covenBaseOpenDoors (function)
      creedBaseTransition (function)
      creedBridgeTransition (function)
      creedHideoutTransition (function)
      creedTransition (function)
      cronleySecretCrystalSwap (function)
      dailaAreaFTransition (function)
      dailaAreaGTransition (function)
      dariusHostileSwap (function)
      dcSpiritGuideSwap (function)
      detonationArkoviaFoothills (function)
      detonationBurrwitchBlockade (function)
      detonationInnerCityGates (function)
      detonationLowerCrossing (function)
      detonationOldArkovia (function)
      devilsCrossingAttackTransition (function)
      direniHostileSwitch (function)
      direniMineHostileSwitch (function)
      direniMineSpawn (function)
      dispenseReward (function)
      dravisHostileSwitch (function)
      dravisTransition (function)
      endlessDungeonCheckBossDead (function)
      endlessDungeonContinue (function)
      endlessDungeonQuit (function)
      endlessDungeonReward (function)
      endlessDungeonSpecialArkovianPrisonSpawn (function)
      endlessDungeonSpecialLogghoreanPlayerTrigger (function)
      endlessDungeonSpecialTreasureTrap01 (function)
      endlessDungeonSpecialTreasureTrap02 (function)
      endlessDungeonSpecialTreasureTrap03 (function)
      endlessDungeonSpecialTreasureTrap04 (function)
      endlessDungeonSpecialTreasureTrap05 (function)
      endlessDungeonSpecialTreasureTrap06 (function)
      endlessDungeonSpecialTreasureTrap07 (function)
      endlessDungeonSpecialTreasureTrap08 (function)
      endlessDungeonSpecialTreasureTrap09 (function)
      endlessDungeonSpecialTreasureTrap10 (function)
      endlessDungeonSpecialTreasureTrap11 (function)
      endlessDungeonSpecialTreasureTrapTrigger (function)
      exileHostileSwitch (function)
      extortionHostileSwap (function)
      extortionPortal (function)
      factionBattleStart (function)
      factionEmissaryDespawn (function)
      factionZealotChampionSpawn (function)
      factoryGateTransition (function)
      familyCrisisHostileSwap (function)
      familyCrisisPortal (function)
      farmlandBridgeRepair (function)
      fatherKymonFlames (function)
      floodedPassageBlockadeDestroy (function)
      fortIkonBlockadeDestroy (function)
      fortIkonRiftgateWaveEvent (function)
      hargateCrystalSwap (function)
      hiddenWealthBlockadeDestroy (function)
      hiddenWealthReveal (function)
      homesteadBridgeRepair (function)
      homesteadCannons (function)
      homesteadCookArea (function)
      homesteadFactionArea (function)
      homesteadHousingArea (function)
      homesteadOpenCultDoors (function)
      homesteadOpenMainDoor (function)
      homesteadOpenSideDoors (function)
      hostileSaviorPortal (function)
      hostileSaviorSwap (function)
      introNPCTransition (function)
      inventorQuestFix (function)
      jaggedWastesBlockadeDestroy (function)
      kasparovCrystalSwap (function)
      kasparovTriesDevice (function)
      kasparovTriesDynamite (function)
      korvaakTombEntranceDestroy (function)
      krakenBarricadeDestroy (function)
      kymonHostileSwitch (function)
      legionPriorityOpenDungeon (function)
      lockMadRamblingsLever (function)
      lostFatherTransition (function)
      lowerCrossingBlockadeDestroy (function)
      lowerCrossingPortal (function)
      loweredMalmouthBridge (function)
      madRamblingsSpawnNoteChest (function)
      madWitchBlockadeDestroy (function)
      madWitchHostileTransition (function)
      madWitchSpawnInteractionSite (function)
      makingADealSpawnFood (function)
      malmouthStashBarricadeDestroy (function)
      malmouthStashUpdate (function)
      malmouthTrappedChest (function)
      manInNeedHostileSwitch (function)
      manInNeedPortal (function)
      meddlingWitchHostileTransition (function)
      merchantQuestFix (function)
      mornaySwap (function)
      mourndaleTrappedChest (function)
      moveToOffice (function)
      necroCatalystSpawn (function)
      necroCorpseSpawn (function)
      necroRitualComplete (function)
      necroRitualSpawn (function)
      necroRitualUnlock (function)
      necroUroboruukQuestSpawn (function)
      necropolisBasePortal (function)
      necropolisBridgeRepair (function)
      necropolisFactionChampionPortal (function)
      necropolisRiftgateWaveEvent (function)
      oldGroveBridgeRepair (function)
      openDocksDoor (function)
      openDocksExitDoor (function)
      openEnclaveDoor (function)
      openKorvanRifts (function)
      openScorvChest (function)
      openUlgrimVoidDoor (function)
      outcastOpenDungeon (function)
      outcastQuest3Spawn (function)
      outcastQuest4Spawn (function)
      outcastQuest5Spawn (function)
      outlawDefectorsDestroyCages (function)
      outlawDefectorsHostileSwap (function)
      payingTributeChildrenRescue (function)
      payingTributeSilasHostileSwap (function)
      payingTributeVillageSwap (function)
      portValburyStartGauntletEvent (function)
      portValburyStartTrapRoomEvent (function)
      portValburyTriggerTrappedChest01 (function)
      portValburyTriggerTrappedChest02 (function)
      preemptiveStrikeTransition (function)
      prisonGateEntry (function)
      puppetmasterActivate (function)
      puppetmasterHostileTransition (function)
      ravagerAurinChosenSwap (function)
      ravagerHostileSwitch (function)
      ravagerJordythChosenSwap (function)
      ravagerTyvaldChosenSwap (function)
      rebelBaseFightersTransition (function)
      rebelBaseGateGuardTransition (function)
      rebelBaseOpenDoors (function)
      rebelGroup01Rescue (function)
      rebelGroup02Rescue (function)
      rebelIllusionistBaseTransition (function)
      rebelLeaderFinalTransition (function)
      rebelLeadersTransition (function)
      rebuildRebelSmith (function)
      repairWaterpump (function)
      rescueBrother02 (function)
      rescueBrother03 (function)
      rescueSaviorPortal (function)
      rescuedInventorOpenShop (function)
      rescuedMerchantOpenShop (function)
      restoreDCCanopies (function)
      roguelikeBridgeRepair (function)
      roverLegacySpawnParts (function)
      roverLegacyTriggerEvent (function)
      secretRitualOpenDungeon (function)
      secretRitualReveal (function)
      sewerBarricadeDestroy (function)
      sewerBaseToUpperBaseOpenDoor (function)
      slithLabOpenDoor (function)
      smithDespawnApprentice (function)
      smithMasterHostileSwitch (function)
      smithMasterPortal (function)
      smithOpenShop (function)
      smithSpawnMaster (function)
      smithTeleportApprentice (function)
      solaelChestSpawn (function)
      solaelQuestRiftStart (function)
      solaelTestHostile (function)
      solaelWeakTransition01 (function)
      solaelWeakTransition02 (function)
      solaelWeakTransition03 (function)
      solaelWeakTransition04 (function)
      solaelWeakTransition05 (function)
      spawnDailaSword (function)
      spawnEmissary (function)
      spawnRylokBoss (function)
      specialSmithSpawn (function)
      startBirthingChamberFires (function)
      startBogObeliskSequence (function)
      startBogObeliskSequence02 (function)
      startEndlessDungeon (function)
      startEndlessDungeonShard05 (function)
      startEndlessDungeonShard10 (function)
      startEndlessDungeonShard100 (function)
      startEndlessDungeonShard100NoLoot (function)
      startEndlessDungeonShard105NoLoot (function)
      startEndlessDungeonShard110NoLoot (function)
      startEndlessDungeonShard115NoLoot (function)
      startEndlessDungeonShard120NoLoot (function)
      startEndlessDungeonShard125NoLoot (function)
      startEndlessDungeonShard130NoLoot (function)
      startEndlessDungeonShard135NoLoot (function)
      startEndlessDungeonShard140NoLoot (function)
      startEndlessDungeonShard145NoLoot (function)
      startEndlessDungeonShard15 (function)
      startEndlessDungeonShard150NoLoot (function)
      startEndlessDungeonShard155NoLoot (function)
      startEndlessDungeonShard160NoLoot (function)
      startEndlessDungeonShard165NoLoot (function)
      startEndlessDungeonShard170NoLoot (function)
      startEndlessDungeonShard175NoLoot (function)
      startEndlessDungeonShard180NoLoot (function)
      startEndlessDungeonShard185NoLoot (function)
      startEndlessDungeonShard190NoLoot (function)
      startEndlessDungeonShard195NoLoot (function)
      startEndlessDungeonShard20 (function)
      startEndlessDungeonShard200NoLoot (function)
      startEndlessDungeonShard205NoLoot (function)
      startEndlessDungeonShard210NoLoot (function)
      startEndlessDungeonShard25 (function)
      startEndlessDungeonShard30 (function)
      startEndlessDungeonShard35 (function)
      startEndlessDungeonShard40 (function)
      startEndlessDungeonShard45 (function)
      startEndlessDungeonShard50 (function)
      startEndlessDungeonShard55 (function)
      startEndlessDungeonShard60 (function)
      startEndlessDungeonShard65 (function)
      startEndlessDungeonShard70 (function)
      startEndlessDungeonShard75 (function)
      startEndlessDungeonShard80 (function)
      startEndlessDungeonShard80NoLoot (function)
      startEndlessDungeonShard85 (function)
      startEndlessDungeonShard85NoLoot (function)
      startEndlessDungeonShard90 (function)
      startEndlessDungeonShard90NoLoot (function)
      startEndlessDungeonShard95 (function)
      startEndlessDungeonShard95NoLoot (function)
      steelcapBarricadeDestroy (function)
      stepsOfTormentStartFloor5RoomEvent (function)
      stepsOfTormentStartHallAEvent (function)
      stepsOfTormentStartRoomAWaveEvent (function)
      stepsOfTormentTriggerTrappedChest (function)
      survivorRescuePortal (function)
      tombOfHereticDestroyBlockade (function)
      tombOfHereticFinalBossWraiths (function)
      tombOfHereticGenerateMagi (function)
      tombOfHereticStartGauntletEvent (function)
      trappedAndAloneBlockadeDestroy (function)
      trappedAndAloneCaveHostile (function)
      trappedAndAloneVillageHostile (function)
      travelersGroup01Rescue (function)
      travelersGroup02Rescue (function)
      triggerElsaSwap (function)
      triggerUlgrimAct3Swap (function)
      trueThreatOpenDungeon (function)
      ugdenbogWraithHostile (function)
      ugdenbogWraithPassed (function)
      ulgrimAreaDTransition (function)
      ulgrimBossTransition (function)
      ulgrimBridgeTransition (function)
      ulgrimFightingTransition (function)
      ulgrimHideoutTransition (function)
      ulgrimHomesteadTransition (function)
      ulgrimInVoidTransition (function)
      ulgrimInnerCityTransition (function)
      ulgrimNecropolisTransition (function)
      ulgrimRebelBaseTransition (function)
      ulgrimRebleBase01Transition (function)
      ulgrimSmugglerPassPortal (function)
      ulgrimVoidExitTransition (function)
      ulgrimVoidHostileTransition (function)
      unlockEldritchGate (function)
      unlockFactory (function)
      unlockFinalCrypt (function)
      unlockMadRamblingsLever (function)
      unlockMalmouthBridgeLever (function)
      unlockSlumsArea (function)
      uroboruukOpenTransition (function)
      uroboruukTransition (function)
      vengeanceDrewSwap (function)
      vengeanceHomesteadSpawn (function)
      vengeanceHomesteadVendorSpawn (function)
      vengeanceIsaiahHostileSwitch (function)
      vengeanceJosephineHostileSwitch (function)
      villageFlavorHostileTransition (function)
      villagersHostileTransition (function)
      villagersRitualTransition (function)
      wendigoAncientsTransition (function)
      wendigoTravelersActivated (function)
      wightmireBridgeRepair (function)
      wightmireRiftgateWaveEvent (function)
      witchGodQuestCompleteFX (function)
      witchGodShrine02Open (function)
      witchGodShrine03Open (function)
      witchGodShrine03UnlockCave (function)
      witchRitualComplete (function)
      witchRitualFetishActivate (function)
      witchRitualSpawn (function)
      witchWardGuardsTransition (function)
      witchesRescue (function)
      zealotKymonSecretOpenDoor (function)
      zealotKymonSecretOpenStudy (function)
      zealotKymonSecretUnlockLever (function)
    setfenv (function)
    setmetatable (function)
    sin (function)
    sqrt (function)
    string (table)
      byte (function)
      char (function)
      dump (function)
      find (function)
      format (function)
      gfind (function)
      gmatch (function)
      gsub (function)
      len (function)
      lower (function)
      match (function)
      rep (function)
      reverse (function)
      sub (function)
      upper (function)
    table (table)
      concat (function)
      foreach (function)
      foreachi (function)
      getn (function)
      insert (function)
      maxn (function)
      remove (function)
      sort (function)
    tan (function)
    tonumber (function)
    tostring (function)
    type (function)
    unpack (function)
    xpcall (function)
    zealotsReturnQuest4 (boolean)
8 Likes

The following are the fields and methods found inside the global gd object (with the exclusion of the quests object within the gd object), which is used by Grim Dawn as a quest progress data store :

    GDX1MPQuestControl (table)
      bestowAWitchDealQuestGlobalMP (function)
      bestowAllureWendigoQuestGlobalMP (function)
      bestowAllureWendigoReturnQuestGlobalMP (function)
      bestowAlongTheVoidEdgeQuestGlobalMP (function)
      bestowAlongTheVoidEdgeReturnQuestGlobalMP (function)
      bestowAssaultEnclaveQuestGlobalMP (function)
      bestowAssaultEnclaveReturnQuestGlobalMP (function)
      bestowBloodswornDamnedLeaveQuestGlobalMP (function)
      bestowBloodswornDamnedReleaseQuestGlobalMP (function)
      bestowBurnTheTakenEndQuestGlobalMP (function)
      bestowBurnTheWombQuestGlobalMP (function)
      bestowCantLeaveThemQuestGlobalMP (function)
      bestowCantLeaveThemReturnQuestGlobalMP (function)
      bestowCastOffTheFleshQuestGlobalMP (function)
      bestowCleanseCorruptionQuestGlobalMP (function)
      bestowCleanseCorruptionReturnQuestGlobalMP (function)
      bestowCorpseWagonsQuestGlobalMP (function)
      bestowCorpseWagonsReturnQuestGlobalMP (function)
      bestowCovenWallsQuestGlobalMP (function)
      bestowDesperateMeasuresQuestQuestGlobalMP (function)
      bestowDevilsCrossingNeedsHelpQuestGlobalMP (function)
      bestowFamilyMattersQuestGlobalMP (function)
      bestowFamilyMattersReturnQuestGlobalMP (function)
      bestowFinalSealQuestGlobalMP (function)
      bestowFutureSistersQuestGlobalMP (function)
      bestowFutureSistersReturnQuestGlobalMP (function)
      bestowGDX1BreadcrumbGlobalMP (function)
      bestowGatherSuppliesQuestGlobalMP (function)
      bestowGatherSuppliesReturnQuestGlobalMP (function)
      bestowHargateEdgeQuestGlobalMP (function)
      bestowIntoJawsOfMadnessQuestGlobalMP (function)
      bestowJewelInTheMudFriendlyQuestGlobalMP (function)
      bestowJewelInTheMudHostileQuestGlobalMP (function)
      bestowKasparovGambleQuestGlobalMP (function)
      bestowLostFatherQuestGlobalMP (function)
      bestowLostFatherReturnQuestGlobalMP (function)
      bestowMadRamblingsQuestGlobalMP (function)
      bestowMeddlingWitchQuestGlobalMP (function)
      bestowMinePestsQuestGlobalMP (function)
      bestowMinePestsReturnQuestGlobalMP (function)
      bestowPowerInCirclesQuestGlobalMP (function)
      bestowPruningWeedsQuestGlobalMP (function)
      bestowPruningWeedsReturnQuestGlobalMP (function)
      bestowPuppetmasterQuestGlobalMP (function)
      bestowRescueResistanceQuestGlobalMP (function)
      bestowRescueResistanceReturnQuestGlobalMP (function)
      bestowSaviorQuestFriendlyGlobalMP (function)
      bestowSaviorQuestHostileGlobalMP (function)
      bestowSecureTheDocksQuestGlobalMP (function)
      bestowSisterLoveQuestGlobalMP (function)
      bestowSomeoneOnTheInsideQuestGlobalMP (function)
      bestowStashSideQuestGlobalMP (function)
      bestowStokingTheFlamesQuestGlobalMP (function)
      bestowSurvivorsSideQuestGlobalMP (function)
      bestowTheFeastQuestGlobalMP (function)
      bestowTheLivingFactoryGuardiansQuestGlobalMP (function)
      bestowTheLivingFactoryQuestGlobalMP (function)
      bestowTipOfTheSpearQuestGlobalMP (function)
      bestowTipOfTheSpearReturnQuestGlobalMP (function)
      bestowTravelersBewareQuestGlobalMP (function)
      bestowWendigoWardsQuestGlobalMP (function)
      bestowWraithUgdenbogFriendlyQuestGlobalMP (function)
      bestowWraithUgdenbogHostileQuestGlobalMP (function)
      bestowforThePeopleQuestGlobalMP (function)
      bestowmalmouthFallenCityQuestGlobalMP (function)
      bestowmalmouthFallenCityReturnQuestGlobalMP (function)
    GDX2MPQuestControl (table)
      DreegArcQuestGlobalMP (function)
      SolaelArcQuestGlobalMP (function)
      bestowGDX2BreadcrumbGlobalMP (function)
      bysmielArcQuestGlobalMP (function)
      bysmielGatheringEssenceQuestGlobalMP (function)
      bysmielGatheringPowerQuestGlobalMP (function)
      bysmielsummoningRitualQuestGlobalMP (function)
      dreegCleanseCorruptedQuestGlobalMP (function)
      dreegCleanseCorruptedReturnQuestGlobalMP (function)
      dreegForetoldFutureQuestGlobalMP (function)
      dreegForetoldFutureReturnQuestGlobalMP (function)
      dreegSlayUsurperQuestGlobalMP (function)
      dreegSlayUsurperReturnQuestGlobalMP (function)
      futureIsMadnessQuestGlobalMP (function)
      futureIsMadnessReturnQuestGlobalMP (function)
      kymonDesertersQuestGlobalMP (function)
      lostTomeQuestGlobalMP (function)
      pledgingLoyaltyQuestGlobalMP (function)
      preemptiveStrikeQuestGlobalMP (function)
      preemptiveStrikeReturnQuestGlobalMP (function)
      riggsQuestQuestGlobalMP (function)
      riggsReturnQuestQuestGlobalMP (function)
      riggsReturnSealQuestQuestGlobalMP (function)
      solaelHeartAsTributeQuestGlobalMP (function)
      solaelHeartAsTributeReturnQuestGlobalMP (function)
      solaelNoRoomForWeaknessQuestGlobalMP (function)
      solaelSourceOfPowerQuestGlobalMP (function)
      solaelWordOfRahnQuestGlobalMP (function)
      supplyRunQuestGlobalMP (function)
      supplyRunReturnQuestGlobalMP (function)
      testedAndProvenQuestGlobalMP (function)
      theEmissaryQuestGlobalMP (function)
      theForgottenGodQuestGlobalMP (function)
      theMessengerQuestGlobalMP (function)
      theMessengerReturnQuestGlobalMP (function)
      theTestQuestGlobalMP (function)
      threeBrothersQuestGlobalMP (function)
      tombOfKorvaakQuestGlobalMP (function)
    MPQuestControl (table)
      bestowAetherialFarmQuestGlobalMP (function)
      bestowAetherialFarmReturnQuestGlobalMP (function)
      bestowAetherialWitchKillQuestGlobalMP (function)
      bestowAetherialWitchQuestGlobalMP (function)
      bestowAlliesAmongTheAshesQuestGlobalMP (function)
      bestowBaneOfCairnKillQuestGlobalMP (function)
      bestowBaneOfCairnQuestGlobalMP (function)
      bestowBloodHarvestQuestGlobalMP (function)
      bestowBloodHarvestReturnQuestGlobalMP (function)
      bestowBurnTheTakenBurnWitchQuestGlobalMP (function)
      bestowBurnTheTakenFreeWitchQuestGlobalMP (function)
      bestowBurnTheTakenHostileQuestGlobalMP (function)
      bestowBurnTheTakenQuestGlobalMP (function)
      bestowBurrwitchQuestGlobalMP (function)
      bestowBurrwitchReturnQuestGlobalMP (function)
      bestowClearingTheWayQuestGlobalMP (function)
      bestowClearingTheWayReturnQuestGlobalMP (function)
      bestowCookQuestGlobalMP (function)
      bestowCronleySecretDestroyQuestGlobalMP (function)
      bestowCronleySecretKeepQuestGlobalMP (function)
      bestowCullingTheSwarmQuestGlobalMP (function)
      bestowCullingTheSwarmReturnQuestGlobalMP (function)
      bestowCultActivityQuestGlobalMP (function)
      bestowCultActivityReturnQuestGlobalMP (function)
      bestowDescentIntoTormentQuestGlobalMP (function)
      bestowDescentIntoTormentReturnQuestGlobalMP (function)
      bestowDisarmingTheEnemyQuestGlobalMP (function)
      bestowDisarmingTheEnemyReturnQuestGlobalMP (function)
      bestowDismantlingQuestGlobalMP (function)
      bestowExileQuest1QuestGlobalMP (function)
      bestowExileQuest2QuestGlobalMP (function)
      bestowExileQuest3QuestGlobalMP (function)
      bestowExileQuest4QuestGlobalMP (function)
      bestowExileQuest5QuestGlobalMP (function)
      bestowFabricQuestGlobalMP (function)
      bestowFamiliarFaceQuestGlobalMP (function)
      bestowFamilyCrisisQuestGlobalMP (function)
      bestowFarmersPlightQuestGlobalMP (function)
      bestowFinalSaluteQuestGlobalMP (function)
      bestowFindElsaReturnQuestGlobalMP (function)
      bestowFleshAndIronQuestGlobalMP (function)
      bestowFleshAndIronReturnQuestGlobalMP (function)
      bestowFortIkonOpenGateQuestGlobalMP (function)
      bestowFortIkonQuestGlobalMP (function)
      bestowFortIkonReturnQuestGlobalMP (function)
      bestowGloomweaverQuestGlobalMP (function)
      bestowGloomweaverReturnQuestGlobalMP (function)
      bestowGrobleTyrantQuestGlobalMP (function)
      bestowGrobleTyrantReturnQuestGlobalMP (function)
      bestowHartsAmuletQuestGlobalMP (function)
      bestowHelpingOutQuestGlobalMP (function)
      bestowHomesteadGatesNorthQuestGlobalMP (function)
      bestowHuntingTheHunterQuestGlobalMP (function)
      bestowHuntingTheHunterReturnQuestGlobalMP (function)
      bestowInfestedFieldsQuestGlobalMP (function)
      bestowInfestedFieldsReturnQuestGlobalMP (function)
      bestowInventorQuestGlobalMP (function)
      bestowInventorReturnQuestGlobalMP (function)
      bestowLegionPriorityQuestGlobalMP (function)
      bestowLegionPriorityReturnQuestGlobalMP (function)
      bestowLifeForAnEyeQuestGlobalMP (function)
      bestowLifeForAnEyeReturnQuestGlobalMP (function)
      bestowLostArmamentsQuestGlobalMP (function)
      bestowLostArmamentsReturnQuestGlobalMP (function)
      bestowLostElderQuestGlobalMP (function)
      bestowLostJournalKillQuestGlobalMP (function)
      bestowLostSurvivorQuestGlobalMP (function)
      bestowLumberForTheLegionQuestGlobalMP (function)
      bestowLumberForTheLegionReturnQuestGlobalMP (function)
      bestowMakingADealQuestGlobalMP (function)
      bestowManInNeedQuestGlobalMP (function)
      bestowManInNeedReturnQuestGlobalMP (function)
      bestowManticoreVenomQuestGlobalMP (function)
      bestowMerchantFoundQuestGlobalMP (function)
      bestowMerchantQuestGlobalMP (function)
      bestowMercifulEndQuestGlobalMP (function)
      bestowMercifulEndReturnQuestGlobalMP (function)
      bestowMurderersAndWorseBridgeNotRepairedQuestGlobalMP (function)
      bestowMurderersAndWorseBridgeRepairedQuestGlobalMP (function)
      bestowMurderersAndWorseEdmundKilledQuestGlobalMP (function)
      bestowMurderersAndWorseQuestGlobalMP (function)
      bestowNecros01QuestGlobalMP (function)
      bestowNecros02QuestGlobalMP (function)
      bestowNecros03QuestGlobalMP (function)
      bestowNecros04QuestGlobalMP (function)
      bestowNecros04ReturnQuestGlobalMP (function)
      bestowNecros05QuestGlobalMP (function)
      bestowNecros06QuestGlobalMP (function)
      bestowNecros07QuestGlobalMP (function)
      bestowNecrosIntroQuestGlobalMP (function)
      bestowOldScarsQuestGlobalMP (function)
      bestowOldScarsReturnQuestGlobalMP (function)
      bestowPayingTributeBribeTurnInQuestGlobalMP (function)
      bestowPayingTributeKillQuestGlobalMP (function)
      bestowPayingTributeQuestGlobalMP (function)
      bestowPayingTributeSilasFledQuestGlobalMP (function)
      bestowPayingTributeTurnInQuestGlobalMP (function)
      bestowPocketPortalQuestGlobalMP (function)
      bestowPreciousResourcesQuestGlobalMP (function)
      bestowPrideOfJaggedWasteQuestGlobalMP (function)
      bestowPrideOfJaggedWasteReturnQuestGlobalMP (function)
      bestowPrisonEntryQuestGlobalMP (function)
      bestowReapingWhatYouSowQuestGlobalMP (function)
      bestowReapingWhatYouSowReturnQuestGlobalMP (function)
      bestowRemoveTheHeadQuestGlobalMP (function)
      bestowRemoveTheHeadReturnQuestGlobalMP (function)
      bestowRescueChildrenQuestGlobalMP (function)
      bestowRoadToHomesteadQuestGlobalMP (function)
      bestowRoadToHomesteadReturnQuestGlobalMP (function)
      bestowRoverLegacyQuestGlobalMP (function)
      bestowRoverRescueQuestGlobalMP (function)
      bestowRoyalRemedyQuestGlobalMP (function)
      bestowSacrificeQuestGlobalMP (function)
      bestowSlithLabQuestGlobalMP (function)
      bestowSlithNecklacesQuestGlobalMP (function)
      bestowSmithDeliverQuestGlobalMP (function)
      bestowSmithKillQuestGlobalMP (function)
      bestowSmithMasterQuestGlobalMP (function)
      bestowSmithQuestGlobalMP (function)
      bestowSomethingForNothingQuestGlobalMP (function)
      bestowSomethingForNothingReturnQuestGlobalMP (function)
      bestowSpiritGuideQuestGlobalMP (function)
      bestowTheInquisitorQuestGlobalMP (function)
      bestowTheNecropolisQuestGlobalMP (function)
      bestowTheNecropolisReturnQuestGlobalMP (function)
      bestowTooLateForRescueQuestGlobalMP (function)
      bestowTooLateForRescueReturnQuestGlobalMP (function)
      bestowTrappedAndAloneCryptKillQuestGlobalMP (function)
      bestowTrappedAndAloneVillageKillQuestGlobalMP (function)
      bestowTrollRampageQuestGlobalMP (function)
      bestowTrueThreatQuestGlobalMP (function)
      bestowVengeanceQuestGlobalMP (function)
      bestowVilothQuestGlobalMP (function)
      bestowWakingToMiseryBurialCaveQuestGlobalMP (function)
      bestowWakingToMiseryQuestGlobalMP (function)
      bestowWardenQuestGlobalMP (function)
      bestowWardenReturnQuestGlobalMP (function)
      bestowWaterpumpQuestGlobalMP (function)
      bestowWeNeedFoodDouglassQuestGlobalMP (function)
      bestowWeNeedFoodFindHomesteadQuestGlobalMP (function)
      bestowWeNeedFoodQuestGlobalMP (function)
      bestowZealots01QuestGlobalMP (function)
      bestowZealots02QuestGlobalMP (function)
      bestowZealots02ReturnQuestGlobalMP (function)
      bestowZealots03QuestGlobalMP (function)
      bestowZealots03ReturnQuestGlobalMP (function)
      bestowZealots04QuestGlobalMP (function)
      bestowZealots04ReturnQuestGlobalMP (function)
      bestowZealots05QuestGlobalMP (function)
      bestowZealots05ReturnQuestGlobalMP (function)
      bestowZealots06QuestGlobalMP (function)
      bestowZealots07QuestGlobalMP (function)
      bestowZealotsIntroQuestGlobalMP (function)
    areaCFactionBattle (table)
      bossAvatarOnAddToWorld (function)
      bossDoor01InitialUpdate (function)
      bossDoor01OnAddToWorld (function)
      bossDoor02InitialUpdate (function)
      bossDoor02OnAddToWorld (function)
      bossLeaveRoom (function)
      bossOnAddToWorld (function)
      bossOnDestroy (function)
      doorOnInteract (function)
      dungeonDoorOnAddToWorld (function)
      entranceOnAddToWorld (function)
      factionBattleBegin (function)
      necroBossKilled (function)
      openDungeon (function)
      zealotBossKilled (function)
    areaEBarricades (table)
      blockadeAvatarOnAddToWorld (function)
      burrwitchBlockadeDestroy (function)
      burrwitchBlockadeDestroyGlobalMP (function)
      burrwitchBlockadeOnAddToWorld (function)
      burrwitchBlockadeOnDestroy (function)
      interactionSiteOnAddToWorld (function)
      interactionSiteOnDestroy (function)
      krakenBlockadeAvatarOnAddToWorld (function)
      krakenBlockadeDestroy (function)
      krakenBlockadeDestroyGlobalMP (function)
      krakenBlockadeOnAddToWorld (function)
      krakenBlockadeOnDestroy (function)
      krakenInteractionSiteOnAddToWorld (function)
      krakenInteractionSiteOnDestroy (function)
    areaFBarricades (table)
      SteelcapBlockadeAvatarOnAddToWorld (function)
      SteelcapBlockadeDestroy (function)
      SteelcapBlockadeDestroyGlobalMP (function)
      SteelcapBlockadeOnAddToWorld (function)
      SteelcapBlockadeOnDestroy (function)
      SteelcapDetonationSiteOnAddToWorld (function)
      SteelcapDetonationSiteOnDestroy (function)
      innerCityBlockadeAvatarOnAddToWorld (function)
      innerCityBlockadeDestroy (function)
      innerCityBlockadeDestroyGlobalMP (function)
      innerCityDetonationSiteOnAddToWorld (function)
      innerCityDetonationSiteOnDestroy (function)
      innerCityGateOnAddToWorld (function)
      innerCityGateOnDestroy (function)
      interactionSiteOnDestroy (function)
      sewerBlockadeAvatarOnAddToWorld (function)
      sewerBlockadeDestroy (function)
      sewerBlockadeDestroyGlobalMP (function)
      sewerBlockadeOnAddToWorld (function)
      sewerBlockadeOnDestroy (function)
      sewerInteractionSiteOnAddToWorld (function)
    bounties (table)
      BLBounty08OnAddToWorld (function)
      BLBounty09OnAddToWorld (function)
      BLBounty10OnAddToWorld (function)
      BLBounty17OnAddToWorld (function)
      BLBounty18OnAddToWorld (function)
      BLBounty19OnAddToWorld (function)
      BLBounty20OnAddToWorld (function)
      BLCheck (function)
      BLIncrement (function)
      DCBounty06OnAddToWorld (function)
      DCBounty07OnAddToWorld (function)
      DCBounty08OnAddToWorld (function)
      DCBounty09OnAddToWorld (function)
      DCBounty10OnAddToWorld (function)
      DCBounty11OnAddToWorld (function)
      DCBounty15OnAddToWorld (function)
      DCBounty17OnAddToWorld (function)
      DCBounty18OnAddToWorld (function)
      DCCheck (function)
      DCIncrement (function)
      EXILEBounty12OnAddToWorld (function)
      EXILEBounty13OnAddToWorld (function)
      EXILEBounty14OnAddToWorld (function)
      EXILEBounty15OnAddToWorld (function)
      ExileCheck (function)
      ExileIncrement (function)
      HSBounty09OnAddToWorld (function)
      HSBounty10OnAddToWorld (function)
      HSBounty11OnAddToWorld (function)
      HSBounty12OnAddToWorld (function)
      HSBounty13OnAddToWorld (function)
      HSCheck (function)
      HSIncrement (function)
      KCBounty07OnAddToWorld (function)
      KCBounty08OnAddToWorld (function)
      KCBounty09OnAddToWorld (function)
      KCBounty10OnAddToWorld (function)
      KCBounty11OnAddToWorld (function)
      KCBounty13OnAddToWorld (function)
      KCBounty19OnAddToWorld (function)
      KCCheck (function)
      KCIncrement (function)
      ODVBounty06OnAddToWorld (function)
      ODVBounty07OnAddToWorld (function)
      ODVBounty08OnAddToWorld (function)
      ODVBounty09OnAddToWorld (function)
      ODVBounty10OnAddToWorld (function)
      ODVBounty11OnAddToWorld (function)
      ODVBounty12OnAddToWorld (function)
      ODVBounty13OnAddToWorld (function)
      ODVCheck (function)
      ODVIncrement (function)
      ROBounty10OnAddToWorld (function)
      ROBounty11OnAddToWorld (function)
      ROBounty12OnAddToWorld (function)
      ROBounty19OnAddToWorld (function)
      ROCheck (function)
      ROIncrement (function)
      blackLegionResetGlobalMP (function)
      bountyOnDestroy (function)
      devilsCrossingResetGlobalMP (function)
      exileResetGlobalMP (function)
      homesteadResetGlobalMP (function)
      kymonChosenResetGlobalMP (function)
      orderDeathsVigilResetGlobalMP (function)
      roverResetGlobalMP (function)
      spawnBLBounty08 (function)
      spawnBLBounty09 (function)
      spawnBLBounty10 (function)
      spawnBLBounty17 (function)
      spawnBLBounty18 (function)
      spawnBLBounty19 (function)
      spawnBLBounty20 (function)
      spawnDCBounty06 (function)
      spawnDCBounty07 (function)
      spawnDCBounty08 (function)
      spawnDCBounty09 (function)
      spawnDCBounty10 (function)
      spawnDCBounty11 (function)
      spawnDCBounty15 (function)
      spawnDCBounty17 (function)
      spawnDCBounty18 (function)
      spawnEXILEBounty12 (function)
      spawnEXILEBounty13 (function)
      spawnEXILEBounty14 (function)
      spawnEXILEBounty15 (function)
      spawnHSBounty09 (function)
      spawnHSBounty10 (function)
      spawnHSBounty11 (function)
      spawnHSBounty12 (function)
      spawnHSBounty13 (function)
      spawnKCBounty07 (function)
      spawnKCBounty08 (function)
      spawnKCBounty09 (function)
      spawnKCBounty10 (function)
      spawnKCBounty11 (function)
      spawnKCBounty13 (function)
      spawnKCBounty19 (function)
      spawnODVBounty06 (function)
      spawnODVBounty07 (function)
      spawnODVBounty08 (function)
      spawnODVBounty09 (function)
      spawnODVBounty10 (function)
      spawnODVBounty11 (function)
      spawnODVBounty12 (function)
      spawnODVBounty13 (function)
      spawnROBounty10 (function)
      spawnROBounty11 (function)
      spawnROBounty12 (function)
      spawnROBounty19 (function)
    bountiesGDX1 (table)
      CUBounty04OnAddToWorld (function)
      CUBounty05OnAddToWorld (function)
      CUBounty06OnAddToWorld (function)
      CUBounty07OnAddToWorld (function)
      CUBounty08OnAddToWorld (function)
      CUBounty09OnAddToWorld (function)
      CUCheck (function)
      CUIncrement (function)
      CWBounty04OnAddToWorld (function)
      CWBounty05OnAddToWorld (function)
      CWBounty06OnAddToWorld (function)
      CWBounty07OnAddToWorld (function)
      CWBounty08OnAddToWorld (function)
      CWBounty09OnAddToWorld (function)
      CWCheck (function)
      CWIncrement (function)
      PMBounty05OnAddToWorld (function)
      PMBounty06OnAddToWorld (function)
      PMBounty07OnAddToWorld (function)
      PMBounty08OnAddToWorld (function)
      PMCheck (function)
      PMIncrement (function)
      bountyOnDestroy (function)
      covenResetGlobalMP (function)
      cultResetGlobalMP (function)
      malmouthResetGlobalMP (function)
      spawnCUBounty04 (function)
      spawnCUBounty05 (function)
      spawnCUBounty06 (function)
      spawnCUBounty07 (function)
      spawnCUBounty08 (function)
      spawnCUBounty09 (function)
      spawnCWBounty04 (function)
      spawnCWBounty05 (function)
      spawnCWBounty06 (function)
      spawnCWBounty07 (function)
      spawnCWBounty08 (function)
      spawnCWBounty09 (function)
      spawnPMBounty05 (function)
      spawnPMBounty06 (function)
      spawnPMBounty07 (function)
      spawnPMBounty08 (function)
    bountiesGDX2 (table)
      WGBounty04OnAddToWorld (function)
      WGBounty05OnAddToWorld (function)
      WGBounty07OnAddToWorld (function)
      WGBounty08OnAddToWorld (function)
      WGBounty09OnAddToWorld (function)
      WGBounty10OnAddToWorld (function)
      WGBounty11OnAddToWorld (function)
      WGCheck (function)
      WGIncrement (function)
      bountyOnDestroy (function)
      spawnWGBounty04 (function)
      spawnWGBounty05 (function)
      spawnWGBounty07 (function)
      spawnWGBounty08 (function)
      spawnWGBounty09 (function)
      spawnWGBounty10 (function)
      spawnWGBounty11 (function)
      witchGodResetGlobalMP (function)
    devilsCrossingBarricades (table)
      floodedPassageBlockadeAvatarOnAddToWorld (function)
      floodedPassageBlockadeDestroy (function)
      floodedPassageBlockadeDestroyGlobalMP (function)
      floodedPassageBlockadeOnAddToWorld (function)
      floodedPassageBlockadeOnDestroy (function)
      floodedPassageDetonationSiteOnAddToWorld (function)
      floodedPassageDetonationSiteOnDestroy (function)
      lowerCrossingBlockadeAvatarOnAddToWorld (function)
      lowerCrossingBlockadeDestroy (function)
      lowerCrossingBlockadeDestroyGlobalMP (function)
      lowerCrossingBlockadeOnAddToWorld (function)
      lowerCrossingBlockadeOnDestroy (function)
      lowerCrossingDetonationSiteOnAddToWorld (function)
      lowerCrossingDetonationSiteOnDestroy (function)
    dungeonChests (table)
      areaA (table)
        burrwitchBurialCaveChestFound (function)
        burrwitchBurialCaveChestOnAddToWorld (function)
        burrwitchRatDenChestFound (function)
        burrwitchRatDenChestOnAddToWorld (function)
        burrwitchVillageChestFound (function)
        burrwitchVillageChestOnAddToWorld (function)
        depravedSanctuaryChestFound (function)
        depravedSanctuaryChestOnAddToWorld (function)
        hallowedHillChestFound (function)
        hallowedHillChestOnAddToWorld (function)
        labSpidersChestFound (function)
        labSpidersChestOnAddToWorld (function)
        lowerCrossingRatDenChestFound (function)
        lowerCrossingRatDenChestOnAddToWorld (function)
      areaB (table)
        caveFoothillsChestFound (function)
        caveFoothillsChestOnAddToWorld (function)
        ruinsBrokenHillsChestFound (function)
        ruinsBrokenHillsChestOnAddToWorld (function)
        ruinsFloodedPassageChestFound (function)
        ruinsRuinsFloodedPassageChestOnAddToWorld (function)
        waspNestChestFound (function)
        waspNestChestOnAddToWorld (function)
      areaC (table)
        dermapteranChestFound (function)
        dermapteranChestOnAddToWorld (function)
        homesteadConflagrationChestFound (function)
        homesteadConflagrationOnAddToWorld (function)
        jaggedWasteChestFound (function)
        jaggedWasteChestOnAddToWorld (function)
      areaD (table)
        bastionOfChaosChestFound (function)
        bastionOfChaosOnAddToWorld (function)
        necropolisChestFound (function)
        necropolisChestOnAddToWorld (function)
        obsidianThroneChestFound (function)
        obsidianThroneChestOnAddToWorld (function)
        portValburyChestFound (function)
        portValburyChestOnAddToWorld (function)
      bonusChests (table)
        bonusA01ChestFound (function)
        bonusA01OnAddToWorld (function)
        bonusA01OnDestroy (function)
        bonusA02ChestFound (function)
        bonusA02OnAddToWorld (function)
        bonusA02OnDestroy (function)
        bonusA03ChestFound (function)
        bonusA03OnAddToWorld (function)
        bonusA03OnDestroy (function)
        bonusB01ChestFound (function)
        bonusB01OnAddToWorld (function)
        bonusB01OnDestroy (function)
        bonusB02ChestFound (function)
        bonusB02OnAddToWorld (function)
        bonusB02OnDestroy (function)
        bonusB03ChestFound (function)
        bonusB03OnAddToWorld (function)
        bonusB03OnDestroy (function)
      secretChests (table)
        secretA01ChestFound (function)
        secretA01OnAddToWorld (function)
        secretA01OnDestroy (function)
        secretA02ChestFound (function)
        secretA02OnAddToWorld (function)
        secretA02OnDestroy (function)
        secretA03ChestFound (function)
        secretA03OnAddToWorld (function)
        secretA03OnDestroy (function)
        secretA04ChestFound (function)
        secretA04OnAddToWorld (function)
        secretA04OnDestroy (function)
        secretA05ChestFound (function)
        secretA05OnAddToWorld (function)
        secretA05OnDestroy (function)
        secretA06ChestFound (function)
        secretA06OnAddToWorld (function)
        secretA06OnDestroy (function)
        secretA07ChestFound (function)
        secretA07OnAddToWorld (function)
        secretA07OnDestroy (function)
        secretA08ChestFound (function)
        secretA08OnAddToWorld (function)
        secretA08OnDestroy (function)
        secretA09ChestFound (function)
        secretA09OnAddToWorld (function)
        secretA09OnDestroy (function)
        secretA10ChestFound (function)
        secretA10OnAddToWorld (function)
        secretA10OnDestroy (function)
        secretA11ChestFound (function)
        secretA11OnAddToWorld (function)
        secretA11OnDestroy (function)
        secretA12ChestFound (function)
        secretA12OnAddToWorld (function)
        secretA12OnDestroy (function)
        secretB01ChestFound (function)
        secretB01OnAddToWorld (function)
        secretB01OnDestroy (function)
        secretB02ChestFound (function)
        secretB02OnAddToWorld (function)
        secretB02OnDestroy (function)
        secretB03ChestFound (function)
        secretB03OnAddToWorld (function)
        secretB03OnDestroy (function)
        secretB04ChestFound (function)
        secretB04OnAddToWorld (function)
        secretB04OnDestroy (function)
        secretB05ChestFound (function)
        secretB05OnAddToWorld (function)
        secretB05OnDestroy (function)
        secretB06ChestFound (function)
        secretB06OnAddToWorld (function)
        secretB06OnDestroy (function)
        secretB07ChestFound (function)
        secretB07OnAddToWorld (function)
        secretB07OnDestroy (function)
        secretB08ChestFound (function)
        secretB08OnAddToWorld (function)
        secretB08OnDestroy (function)
        secretB09ChestFound (function)
        secretB09OnAddToWorld (function)
        secretB09OnDestroy (function)
        secretB10ChestFound (function)
        secretB10OnAddToWorld (function)
        secretB10OnDestroy (function)
        secretB11ChestFound (function)
        secretB11OnAddToWorld (function)
        secretB11OnDestroy (function)
        secretB12ChestFound (function)
        secretB12OnAddToWorld (function)
        secretB12OnDestroy (function)
        secretB13ChestFound (function)
        secretB13OnAddToWorld (function)
        secretB13OnDestroy (function)
        secretB14ChestFound (function)
        secretB14OnAddToWorld (function)
        secretB14OnDestroy (function)
        secretB15ChestFound (function)
        secretB15OnAddToWorld (function)
        secretB15OnDestroy (function)
        secretB16ChestFound (function)
        secretB16OnAddToWorld (function)
        secretB16OnDestroy (function)
        secretB17ChestFound (function)
        secretB17OnAddToWorld (function)
        secretB17OnDestroy (function)
        secretB18ChestFound (function)
        secretB18OnAddToWorld (function)
        secretB18OnDestroy (function)
        secretB19ChestFound (function)
        secretB19OnAddToWorld (function)
        secretB19OnDestroy (function)
        secretB20ChestFound (function)
        secretB20OnAddToWorld (function)
        secretB20OnDestroy (function)
        secretB21ChestFound (function)
        secretB21OnAddToWorld (function)
        secretB21OnDestroy (function)
        secretC01ChestFound (function)
        secretC01OnAddToWorld (function)
        secretC01OnDestroy (function)
        secretC02ChestFound (function)
        secretC02OnAddToWorld (function)
        secretC02OnDestroy (function)
        secretC03ChestFound (function)
        secretC03OnAddToWorld (function)
        secretC03OnDestroy (function)
        secretC04ChestFound (function)
        secretC04OnAddToWorld (function)
        secretC04OnDestroy (function)
        secretC05ChestFound (function)
        secretC05OnAddToWorld (function)
        secretC05OnDestroy (function)
        secretC06ChestFound (function)
        secretC06OnAddToWorld (function)
        secretC06OnDestroy (function)
        secretC07ChestFound (function)
        secretC07OnAddToWorld (function)
        secretC07OnDestroy (function)
        secretC08ChestFound (function)
        secretC08OnAddToWorld (function)
        secretC08OnDestroy (function)
        secretC09ChestFound (function)
        secretC09OnAddToWorld (function)
        secretC09OnDestroy (function)
        secretC10ChestFound (function)
        secretC10OnAddToWorld (function)
        secretC10OnDestroy (function)
        secretC11ChestFound (function)
        secretC11OnAddToWorld (function)
        secretC11OnDestroy (function)
        secretC12ChestFound (function)
        secretC12OnAddToWorld (function)
        secretC12OnDestroy (function)
        secretC13ChestFound (function)
        secretC13OnAddToWorld (function)
        secretC13OnDestroy (function)
        secretD01ChestFound (function)
        secretD01OnAddToWorld (function)
        secretD01OnDestroy (function)
        secretD02ChestFound (function)
        secretD02OnAddToWorld (function)
        secretD02OnDestroy (function)
        secretD03ChestFound (function)
        secretD03OnAddToWorld (function)
        secretD03OnDestroy (function)
        secretD04ChestFound (function)
        secretD04OnAddToWorld (function)
        secretD04OnDestroy (function)
        secretD05ChestFound (function)
        secretD05OnAddToWorld (function)
        secretD05OnDestroy (function)
        secretD06ChestFound (function)
        secretD06OnAddToWorld (function)
        secretD06OnDestroy (function)
        secretD07ChestFound (function)
        secretD07OnAddToWorld (function)
        secretD07OnDestroy (function)
        secretD08ChestFound (function)
        secretD08OnAddToWorld (function)
        secretD08OnDestroy (function)
        secretD09ChestFound (function)
        secretD09OnAddToWorld (function)
        secretD09OnDestroy (function)
        secretD10ChestFound (function)
        secretD10OnAddToWorld (function)
        secretD10OnDestroy (function)
        secretD11ChestFound (function)
        secretD11OnAddToWorld (function)
        secretD11OnDestroy (function)
        secretD12ChestFound (function)
        secretD12OnAddToWorld (function)
        secretD12OnDestroy (function)
        secretD13ChestFound (function)
        secretD13OnAddToWorld (function)
        secretD13OnDestroy (function)
        secretD14ChestFound (function)
        secretD14OnAddToWorld (function)
        secretD14OnDestroy (function)
        secretD15ChestFound (function)
        secretD15OnAddToWorld (function)
        secretD15OnDestroy (function)
        secretD16ChestFound (function)
        secretD16OnAddToWorld (function)
        secretD16OnDestroy (function)
        secretD17ChestFound (function)
        secretD17OnAddToWorld (function)
        secretD17OnDestroy (function)
        secretD18ChestFound (function)
        secretD18OnAddToWorld (function)
        secretD18OnDestroy (function)
        secretD19ChestFound (function)
        secretD19OnAddToWorld (function)
        secretD19OnDestroy (function)
        secretD20ChestFound (function)
        secretD20OnAddToWorld (function)
        secretD20OnDestroy (function)
        secretD21ChestFound (function)
        secretD21OnAddToWorld (function)
        secretD21OnDestroy (function)
        secretD22ChestFound (function)
        secretD22OnAddToWorld (function)
        secretD22OnDestroy (function)
        secretD23ChestFound (function)
        secretD23OnAddToWorld (function)
        secretD23OnDestroy (function)
    dungeonChestsGDX1 (table)
      areaEF (table)
        factoryChestFound (function)
        factoryChestOnAddToWorld (function)
        malmouthChestFound (function)
        malmouthChestOnAddToWorld (function)
        roguelikeChestFound (function)
        roguelikeChestOnAddToWorld (function)
        ugdenbogChestFound (function)
        ugdenbogChestOnAddToWorld (function)
        voidEdgeChestFound (function)
        voidEdgeChestOnAddToWorld (function)
      bonusChests (table)
        bonusE01ChestFound (function)
        bonusE01OnAddToWorld (function)
        bonusE01OnDestroy (function)
        bonusE02ChestFound (function)
        bonusE02OnAddToWorld (function)
        bonusE02OnDestroy (function)
        bonusE03ChestFound (function)
        bonusE03OnAddToWorld (function)
        bonusE03OnDestroy (function)
        bonusE04ChestFound (function)
        bonusE04OnAddToWorld (function)
        bonusE04OnDestroy (function)
        bonusF01ChestFound (function)
        bonusF01OnAddToWorld (function)
        bonusF01OnDestroy (function)
        bonusF02ChestFound (function)
        bonusF02OnAddToWorld (function)
        bonusF02OnDestroy (function)
        bonusF03ChestFound (function)
        bonusF03OnAddToWorld (function)
        bonusF03OnDestroy (function)
        bonusF04ChestFound (function)
        bonusF04OnAddToWorld (function)
        bonusF04OnDestroy (function)
        bonusF05ChestFound (function)
        bonusF05OnAddToWorld (function)
        bonusF05OnDestroy (function)
      secretChests (table)
        secretE01ChestFound (function)
        secretE01OnAddToWorld (function)
        secretE01OnDestroy (function)
        secretE02ChestFound (function)
        secretE02OnAddToWorld (function)
        secretE02OnDestroy (function)
        secretE03ChestFound (function)
        secretE03OnAddToWorld (function)
        secretE03OnDestroy (function)
        secretE04ChestFound (function)
        secretE04OnAddToWorld (function)
        secretE04OnDestroy (function)
        secretE05ChestFound (function)
        secretE05OnAddToWorld (function)
        secretE05OnDestroy (function)
        secretE06ChestFound (function)
        secretE06OnAddToWorld (function)
        secretE06OnDestroy (function)
        secretE07ChestFound (function)
        secretE07OnAddToWorld (function)
        secretE07OnDestroy (function)
        secretE08ChestFound (function)
        secretE08OnAddToWorld (function)
        secretE08OnDestroy (function)
        secretE09ChestFound (function)
        secretE09OnAddToWorld (function)
        secretE09OnDestroy (function)
        secretE10ChestFound (function)
        secretE10OnAddToWorld (function)
        secretE10OnDestroy (function)
        secretE11ChestFound (function)
        secretE11OnAddToWorld (function)
        secretE11OnDestroy (function)
        secretE12ChestFound (function)
        secretE12OnAddToWorld (function)
        secretE12OnDestroy (function)
        secretE13ChestFound (function)
        secretE13OnAddToWorld (function)
        secretE13OnDestroy (function)
        secretE14ChestFound (function)
        secretE14OnAddToWorld (function)
        secretE14OnDestroy (function)
        secretE15ChestFound (function)
        secretE15OnAddToWorld (function)
        secretE15OnDestroy (function)
        secretE16ChestFound (function)
        secretE16OnAddToWorld (function)
        secretE16OnDestroy (function)
        secretE17ChestFound (function)
        secretE17OnAddToWorld (function)
        secretE17OnDestroy (function)
        secretE18ChestFound (function)
        secretE18OnAddToWorld (function)
        secretE18OnDestroy (function)
        secretE19ChestFound (function)
        secretE19OnAddToWorld (function)
        secretE19OnDestroy (function)
        secretE20ChestFound (function)
        secretE20OnAddToWorld (function)
        secretE20OnDestroy (function)
        secretE21ChestFound (function)
        secretE21OnAddToWorld (function)
        secretE21OnDestroy (function)
        secretE22ChestFound (function)
        secretE22OnAddToWorld (function)
        secretE22OnDestroy (function)
        secretF01ChestFound (function)
        secretF01OnAddToWorld (function)
        secretF01OnDestroy (function)
        secretF02ChestFound (function)
        secretF02OnAddToWorld (function)
        secretF02OnDestroy (function)
        secretF03ChestFound (function)
        secretF03OnAddToWorld (function)
        secretF03OnDestroy (function)
        secretF04ChestFound (function)
        secretF04OnAddToWorld (function)
        secretF04OnDestroy (function)
        secretF05ChestFound (function)
        secretF05OnAddToWorld (function)
        secretF05OnDestroy (function)
        secretF06ChestFound (function)
        secretF06OnAddToWorld (function)
        secretF06OnDestroy (function)
        secretF07ChestFound (function)
        secretF07OnAddToWorld (function)
        secretF07OnDestroy (function)
        secretF08ChestFound (function)
        secretF08OnAddToWorld (function)
        secretF08OnDestroy (function)
        secretF09ChestFound (function)
        secretF09OnAddToWorld (function)
        secretF09OnDestroy (function)
        secretF10ChestFound (function)
        secretF10OnAddToWorld (function)
        secretF10OnDestroy (function)
        secretF11ChestFound (function)
        secretF11OnAddToWorld (function)
        secretF11OnDestroy (function)
        secretF12ChestFound (function)
        secretF12OnAddToWorld (function)
        secretF12OnDestroy (function)
        secretF13ChestFound (function)
        secretF13OnAddToWorld (function)
        secretF13OnDestroy (function)
        secretF14ChestFound (function)
        secretF14OnAddToWorld (function)
        secretF14OnDestroy (function)
        secretF15ChestFound (function)
        secretF15OnAddToWorld (function)
        secretF15OnDestroy (function)
        secretF16ChestFound (function)
        secretF16OnAddToWorld (function)
        secretF16OnDestroy (function)
        secretF17ChestFound (function)
        secretF17OnAddToWorld (function)
        secretF17OnDestroy (function)
        secretF18ChestFound (function)
        secretF18OnAddToWorld (function)
        secretF18OnDestroy (function)
        secretF19ChestFound (function)
        secretF19OnAddToWorld (function)
        secretF19OnDestroy (function)
        secretF20ChestFound (function)
        secretF20OnAddToWorld (function)
        secretF20OnDestroy (function)
        secretF21ChestFound (function)
        secretF21OnAddToWorld (function)
        secretF21OnDestroy (function)
        secretF22ChestFound (function)
        secretF22OnAddToWorld (function)
        secretF22OnDestroy (function)
        secretF23ChestFound (function)
        secretF23OnAddToWorld (function)
        secretF23OnDestroy (function)
        secretF24ChestFound (function)
        secretF24OnAddToWorld (function)
        secretF24OnDestroy (function)
        secretF25ChestFound (function)
        secretF25OnAddToWorld (function)
        secretF25OnDestroy (function)
        secretF26ChestFound (function)
        secretF26OnAddToWorld (function)
        secretF26OnDestroy (function)
        secretF27ChestFound (function)
        secretF27OnAddToWorld (function)
        secretF27OnDestroy (function)
    dungeonChestsGDX2 (table)
      areaG (table)
        desertChestFound (function)
        desertChestOnAddToWorld (function)
        riggsChestFound (function)
        riggsChestOnAddToWorld (function)
        sideArea01ChestFound (function)
        sideArea01ChestOnAddToWorld (function)
        sideArea02ChestFound (function)
        sideArea02OnAddToWorld (function)
        templeChestFound (function)
        templeChestOnAddToWorld (function)
        tombChestFound (function)
        tombChestOnAddToWorld (function)
        tombOfHereticChestFound (function)
        tombOfHereticChestOnAddToWorld (function)
        volcanicChestFound (function)
        volcanicChestOnAddToWorld (function)
      bonusChests (table)
        bonusG01ChestFound (function)
        bonusG01OnAddToWorld (function)
        bonusG01OnDestroy (function)
        bonusG02ChestFound (function)
        bonusG02OnAddToWorld (function)
        bonusG02OnDestroy (function)
        bonusG03ChestFound (function)
        bonusG03OnAddToWorld (function)
        bonusG03OnDestroy (function)
        bonusG04ChestFound (function)
        bonusG04OnAddToWorld (function)
        bonusG04OnDestroy (function)
      secretChests (table)
        maskChest01Found (function)
        maskChest01OnAddToWorld (function)
        secretG01ChestFound (function)
        secretG01OnAddToWorld (function)
        secretG01OnDestroy (function)
        secretG02ChestFound (function)
        secretG02OnAddToWorld (function)
        secretG02OnDestroy (function)
        secretG03ChestFound (function)
        secretG03OnAddToWorld (function)
        secretG03OnDestroy (function)
        secretG04ChestFound (function)
        secretG04OnAddToWorld (function)
        secretG04OnDestroy (function)
        secretG05ChestFound (function)
        secretG05OnAddToWorld (function)
        secretG05OnDestroy (function)
        secretG06ChestFound (function)
        secretG06OnAddToWorld (function)
        secretG06OnDestroy (function)
        secretG07ChestFound (function)
        secretG07OnAddToWorld (function)
        secretG07OnDestroy (function)
        secretG08ChestFound (function)
        secretG08OnAddToWorld (function)
        secretG08OnDestroy (function)
        secretG09ChestFound (function)
        secretG09OnAddToWorld (function)
        secretG09OnDestroy (function)
        secretG10ChestFound (function)
        secretG10OnAddToWorld (function)
        secretG10OnDestroy (function)
        secretG11ChestFound (function)
        secretG11OnAddToWorld (function)
        secretG11OnDestroy (function)
        secretG12ChestFound (function)
        secretG12OnAddToWorld (function)
        secretG12OnDestroy (function)
        secretG13ChestFound (function)
        secretG13OnAddToWorld (function)
        secretG13OnDestroy (function)
        secretG14ChestFound (function)
        secretG14OnAddToWorld (function)
        secretG14OnDestroy (function)
        secretG15ChestFound (function)
        secretG15OnAddToWorld (function)
        secretG15OnDestroy (function)
        secretG16ChestFound (function)
        secretG16OnAddToWorld (function)
        secretG16OnDestroy (function)
        secretG17ChestFound (function)
        secretG17OnAddToWorld (function)
        secretG17OnDestroy (function)
        secretG18ChestFound (function)
        secretG18OnAddToWorld (function)
        secretG18OnDestroy (function)
        secretG19ChestFound (function)
        secretG19OnAddToWorld (function)
        secretG19OnDestroy (function)
        secretG20ChestFound (function)
        secretG20OnAddToWorld (function)
        secretG20OnDestroy (function)
        secretG21ChestFound (function)
        secretG21OnAddToWorld (function)
        secretG21OnDestroy (function)
        secretG22ChestFound (function)
        secretG22OnAddToWorld (function)
        secretG22OnDestroy (function)
        secretG23ChestFound (function)
        secretG23OnAddToWorld (function)
        secretG23OnDestroy (function)
        secretG24ChestFound (function)
        secretG24OnAddToWorld (function)
        secretG24OnDestroy (function)
        secretG25ChestFound (function)
        secretG25OnAddToWorld (function)
        secretG25OnDestroy (function)
        secretG26ChestFound (function)
        secretG26OnAddToWorld (function)
        secretG26OnDestroy (function)
        secretG27ChestFound (function)
        secretG27OnAddToWorld (function)
        secretG27OnDestroy (function)
        secretG28ChestFound (function)
        secretG28OnAddToWorld (function)
        secretG28OnDestroy (function)
        secretG29ChestFound (function)
        secretG29OnAddToWorld (function)
        secretG29OnDestroy (function)
        secretG30ChestFound (function)
        secretG30OnAddToWorld (function)
        secretG30OnDestroy (function)
        secretG31ChestFound (function)
        secretG31OnAddToWorld (function)
        secretG31OnDestroy (function)
        secretG32ChestFound (function)
        secretG32OnAddToWorld (function)
        secretG32OnDestroy (function)
        secretG33ChestFound (function)
        secretG33OnAddToWorld (function)
        secretG33OnDestroy (function)
        secretG34ChestFound (function)
        secretG34OnAddToWorld (function)
        secretG34OnDestroy (function)
        secretG35ChestFound (function)
        secretG35OnAddToWorld (function)
        secretG35OnDestroy (function)
        secretG36ChestFound (function)
        secretG36OnAddToWorld (function)
        secretG36OnDestroy (function)
        secretG37ChestFound (function)
        secretG37OnAddToWorld (function)
        secretG37OnDestroy (function)
        secretG38ChestFound (function)
        secretG38OnAddToWorld (function)
        secretG38OnDestroy (function)
        secretG39ChestFound (function)
        secretG39OnAddToWorld (function)
        secretG39OnDestroy (function)
    endlessDungeon (table)
      core (table)
        activateEndlessDungeon (function)
        activateEndlessDungeonGlobalMP (function)
        checkEndlessDungeonFinished (function)
        clearSoulBuffGlobalMP (function)
        closeportals (function)
        continueEndlessDungeon (function)
        deactivateEndlessDungeon (function)
        deactivateEndlessDungeonGlobalMP (function)
        dispenseTreasure (function)
        dungeonNPC01OnAddToWorld (function)
        dungeonNPC02AOnAddToWorld (function)
        dungeonNPC02BOnAddToWorld (function)
        dungeonNPC02COnAddToWorld (function)
        dungeonNPC02DOnAddToWorld (function)
        dungeonNPC02EOnAddToWorld (function)
        dungeonNPC02FOnAddToWorld (function)
        dungeonNPC02GOnAddToWorld (function)
        dungeonNPC02HOnAddToWorld (function)
        dungeonNPC02IOnAddToWorld (function)
        dungeonNPC02JOnAddToWorld (function)
        dungeonNPC02KOnAddToWorld (function)
        dungeonNPC02LOnAddToWorld (function)
        dungeonNPC02MOnAddToWorld (function)
        dungeonNPC02NOnAddToWorld (function)
        dungeonNPC02OOnAddToWorld (function)
        dungeonNPC02POnAddToWorld (function)
        dungeonNPC02QOnAddToWorld (function)
        dungeonNPC02ROnAddToWorld (function)
        dungeonNPC02SOnAddToWorld (function)
        dungeonNPC02TOnAddToWorld (function)
        dungeonNPC02UOnAddToWorld (function)
        dungeonNPC02VOnAddToWorld (function)
        dungeonNPC02WOnAddToWorld (function)
        dungeonNPC02XOnAddToWorld (function)
        dungeonNPC02YOnAddToWorld (function)
        dungeonNPC02ZAOnAddToWorld (function)
        dungeonNPC02ZOnAddToWorld (function)
        endlessDungeonFinished (function)
        endlessDungeonFinishedGlobalMP (function)
        endlessDungeonQGiveUpGlobalMP (function)
        endlessDungeonStatus (function)
        isBossFloorCleared (function)
        isBossFloorClearedMP (function)
        openportals (function)
        portalOnAddToWorld (function)
        quitEndlessDungeon (function)
        removeInvalidPlayer (function)
        resetDungeonGlobalMP (function)
        setTreasurePortalState (function)
        spawnPointOnAddToWorld (function)
        startEndlessDungeon (function)
        startEndlessDungeonQuestsGlobalMP (function)
        startShard05 (function)
        startShard10 (function)
        startShard100 (function)
        startShard100NoLoot (function)
        startShard105NoLoot (function)
        startShard110NoLoot (function)
        startShard115NoLoot (function)
        startShard120NoLoot (function)
        startShard125NoLoot (function)
        startShard130NoLoot (function)
        startShard135NoLoot (function)
        startShard140NoLoot (function)
        startShard145NoLoot (function)
        startShard15 (function)
        startShard150NoLoot (function)
        startShard155NoLoot (function)
        startShard160NoLoot (function)
        startShard165NoLoot (function)
        startShard170NoLoot (function)
        startShard175NoLoot (function)
        startShard180NoLoot (function)
        startShard185NoLoot (function)
        startShard190NoLoot (function)
        startShard195NoLoot (function)
        startShard20 (function)
        startShard200NoLoot (function)
        startShard205NoLoot (function)
        startShard210NoLoot (function)
        startShard25 (function)
        startShard30 (function)
        startShard35 (function)
        startShard40 (function)
        startShard45 (function)
        startShard50 (function)
        startShard55 (function)
        startShard60 (function)
        startShard65 (function)
        startShard70 (function)
        startShard75 (function)
        startShard80 (function)
        startShard80NoLoot (function)
        startShard85 (function)
        startShard85NoLoot (function)
        startShard90 (function)
        startShard90NoLoot (function)
        startShard95 (function)
        startShard95NoLoot (function)
        treasurePortal01OnAddToWorld (function)
        treasurePortal02OnAddToWorld (function)
        treasurePortal03OnAddToWorld (function)
        treasurePortal04OnAddToWorld (function)
        treasurePortal05OnAddToWorld (function)
        treasurePortal06OnAddToWorld (function)
        treasurePortal07OnAddToWorld (function)
        treasurePortal08OnAddToWorld (function)
        treasurePortal09OnAddToWorld (function)
        treasurePortal10OnAddToWorld (function)
        treasurePortal11OnAddToWorld (function)
        treasurePortal12OnAddToWorld (function)
        treasurePortal13OnAddToWorld (function)
        treasurePortal14OnAddToWorld (function)
        treasurePortal15OnAddToWorld (function)
        treasurePortal16OnAddToWorld (function)
        treasurePortal17OnAddToWorld (function)
        treasurePortal18OnAddToWorld (function)
        treasurePortal19OnAddToWorld (function)
        treasurePortal20OnAddToWorld (function)
        treasurePortal21OnAddToWorld (function)
        treasurePortal22OnAddToWorld (function)
        treasurePortal23OnAddToWorld (function)
        treasurePortal24OnAddToWorld (function)
        treasurePortal25OnAddToWorld (function)
        treasurePortal26OnAddToWorld (function)
        treasurePortal27OnAddToWorld (function)
      mutatorControl (table)
        addMutators (function)
        resetMutatorVariables (function)
      rewards (table)
        bonusChest01OnAddToWorld (function)
        bonusChest02OnAddToWorld (function)
        checkpointRewardCheck (function)
        checkpointUsed (function)
        checkpointUsedGlobalMP (function)
        checkpointUsedShard100GlobalMP (function)
        checkpointUsedShard10GlobalMP (function)
        checkpointUsedShard15GlobalMP (function)
        checkpointUsedShard20GlobalMP (function)
        checkpointUsedShard25GlobalMP (function)
        checkpointUsedShard30GlobalMP (function)
        checkpointUsedShard35GlobalMP (function)
        checkpointUsedShard40GlobalMP (function)
        checkpointUsedShard45GlobalMP (function)
        checkpointUsedShard50GlobalMP (function)
        checkpointUsedShard55GlobalMP (function)
        checkpointUsedShard5GlobalMP (function)
        checkpointUsedShard60GlobalMP (function)
        checkpointUsedShard65GlobalMP (function)
        checkpointUsedShard70GlobalMP (function)
        checkpointUsedShard75GlobalMP (function)
        checkpointUsedShard80GlobalMP (function)
        checkpointUsedShard85GlobalMP (function)
        checkpointUsedShard90GlobalMP (function)
        checkpointUsedShard95GlobalMP (function)
        disableRewards (function)
        dispenseReward (function)
        playerFinishExperienceGlobalMP (function)
        playerProgressExperienceGlobalMP (function)
        resetVariables (function)
        resetVariablesGlobalMP (function)
        rewardChest01OnAddToWorld (function)
        rewardChest02OnAddToWorld (function)
        rewardChest03OnAddToWorld (function)
        rewardChest04OnAddToWorld (function)
        rewardChest05OnAddToWorld (function)
        rewardChest06OnAddToWorld (function)
        rewardChest07OnAddToWorld (function)
        specialChest01OnAddToWorld (function)
        specialChest02OnAddToWorld (function)
        vendorAvatarOnAddToWorld (function)
        vendorOnAddToWorld (function)
      specialFloors (table)
        bossEventOnRemoveFromWorld (function)
        bossSpawnerOnAddToWorld (function)
        door01OnAddToWorld (function)
        door02OnAddToWorld (function)
        doorInitialUpdate (function)
        isLoghorreanCleared (function)
        isLoghorreanClearedMP (function)
        isTreasureTrapCleared (function)
        isTreasureTrapClearedMP (function)
        lever01Destroyed (function)
        lever01OnAddToWorld (function)
        lever02Destroyed (function)
        lever02OnAddToWorld (function)
        lever03Destroyed (function)
        lever03OnAddToWorld (function)
        lever04Destroyed (function)
        lever04OnAddToWorld (function)
        lever05Destroyed (function)
        lever05OnAddToWorld (function)
        loghorreanBoss01Check (function)
        loghorreanBoss02Check (function)
        loghorreanBoss03Check (function)
        loghorreanSoulSpawnOnAddToWorld (function)
        sentryBossKilled (function)
        sentryBossOnAddToWorld (function)
        sentrySpawner01OnAddToWorld (function)
        sentrySpawner02OnAddToWorld (function)
        sentrySpawner03OnAddToWorld (function)
        sentrySpawner04OnAddToWorld (function)
        spawnMonsters (function)
        spawner01OnAddToWorld (function)
        spawner02OnAddToWorld (function)
        spawner03OnAddToWorld (function)
        spawner04OnAddToWorld (function)
        spawner05OnAddToWorld (function)
        treasureTrap01OnAddToWorld (function)
        treasureTrap01OpenMP (function)
        treasureTrap01Opened (function)
        treasureTrap02OnAddToWorld (function)
        treasureTrap02OpenMP (function)
        treasureTrap02Opened (function)
        treasureTrap03OnAddToWorld (function)
        treasureTrap03OpenMP (function)
        treasureTrap03Opened (function)
        treasureTrap04OnAddToWorld (function)
        treasureTrap04OpenMP (function)
        treasureTrap04Opened (function)
        treasureTrap05OnAddToWorld (function)
        treasureTrap05OpenMP (function)
        treasureTrap05Opened (function)
        treasureTrap06OnAddToWorld (function)
        treasureTrap06OpenMP (function)
        treasureTrap06Opened (function)
        treasureTrap07OnAddToWorld (function)
        treasureTrap07OpenMP (function)
        treasureTrap07Opened (function)
        treasureTrap08OnAddToWorld (function)
        treasureTrap08OpenMP (function)
        treasureTrap08Opened (function)
        treasureTrap09OnAddToWorld (function)
        treasureTrap09OpenMP (function)
        treasureTrap09Opened (function)
        treasureTrap10OnAddToWorld (function)
        treasureTrap10OpenMP (function)
        treasureTrap10Opened (function)
        treasureTrap11OnAddToWorld (function)
        treasureTrap11OpenMP (function)
        treasureTrap11Opened (function)
        treasureTrapSoulSpawnOnAddToWorld (function)
        triggerMonsterSpawns (function)
        updateStatus (function)
    homesteadRepairs (table)
      bossCheck (function)
      cannons (function)
      cannons01OnAddToWorld (function)
      cannons01OnDestroy (function)
      cannons02OnAddToWorld (function)
      cannons02OnDestroy (function)
      cannonsClaimedGlobalMP (function)
      cannonsWorldOnAddToWorld (function)
      cannonsWorldOnDestroy (function)
      cannonsWorldOnRemoveFromWorld (function)
      guard01OnAddToWorld (function)
      guard01OnOnDestroy (function)
      guard02OnAddToWorld (function)
      guard02OnOnDestroy (function)
      heraldOfFlameKilled (function)
      housingArea (function)
      housingBaseOnAddToWorld (function)
      housingBaseOnDestroy (function)
      housingTopOnAddToWorld (function)
      housingTopOnDestroy (function)
      infestation01OnAddToWorld (function)
      infestation01OnDestroy (function)
      infestation02OnAddToWorld (function)
      infestation02OnDestroy (function)
      lootDiary (function)
    nemesis (table)
      aetherialChestOnAddToWorld (function)
      aetherialNemesisKilled (function)
      aetherialNemesisOnAddToWorld (function)
      chthonianChestOnAddToWorld (function)
      chthonianNemesisKilled (function)
      chthonianNemesisOnAddToWorld (function)
      kymonChosenChestOnAddToWorld (function)
      kymonChosenNemesisKilled (function)
      kymonNemesisOnAddToWorld (function)
      orderDeathVigilChestOnAddToWorld (function)
      orderDeathVigilNemesisKilled (function)
      orderDeathVigilNemesisOnAddToWorld (function)
      outlawChestOnAddToWorld (function)
      outlawNemesisKilled (function)
      outlawNemesisOnAddToWorld (function)
      undeadChestOnAddToWorld (function)
      undeadNemesisKilled (function)
      undeadNemesisOnAddToWorld (function)
    nemesisGDX1 (table)
      aetherialVanguardChestOnAddToWorld (function)
      aetherialVanguardNemesisKilled (function)
      aetherialVanguardNemesisOnAddToWorld (function)
      beastChestOnAddToWorld (function)
      beastNemesisOnAddToWorld (function)
      beastNemesisP03AKilled (function)
      beastNemesisP03BKilled (function)
      beastNemesisP03CKilled (function)
      beastNemesisP03DKilled (function)
      chthonianVoidbornChestOnAddToWorld (function)
      chthonianVoidbornNemesisKilled (function)
      chthonianVoidbornNemesisOnAddToWorld (function)
      wendigoChestOnAddToWorld (function)
      wendigoNemesisKilled (function)
      wendigoNemesisOnAddToWorld (function)
    nemesisGDX2 (table)
      eldritchChestOnAddToWorld (function)
      eldritchNemesisKilled (function)
      eldritchNemesisOnAddToWorld (function)
    test_output (table)
      dump (function)
      dumpit (function)
      test (function)

    The following are the fields and methods found inside the quests object within the gd object. It is where the quest data for the player is at run-time, and is split into multiple sections due to its size :

    areaCCelestialSmith (table)
      smithOnAddToWorld (function)
    areaCFactionSelection (table)
      championNecropolisPortal (function)
      championOnAddToWorld (function)
      championOnDestroy (function)
      choseKymonGlobalMP (function)
      choseOrderGlobalMP (function)
      despawnEmissaries (function)
      doorOnInteract (function)
      emissaryChosenOnAddToWorld (function)
      emissaryChosenOnDestroy (function)
      entranceOnAddToWorld (function)
      factionAreaBannersOnAddToWorld (function)
      factionAreaBannersOnDestroy (function)
      factionAreaBaseOnAddToWorld (function)
      factionAreaBaseOnDestroy (function)
      factionAreaTableOnAddToWorld (function)
      factionAreaTableOnDestroy (function)
      factionAreaTopOnAddToWorld (function)
      factionAreaTopOnDestroy (function)
      factionCampBannersOnAddToWorld (function)
      factionCampBannersOnDestroy (function)
      factionCampDecorationOnAddToWorld (function)
      factionCampDecorationOnDestroy (function)
      factionCampFiller01OnAddToWorld (function)
      factionCampFiller01OnDestroy (function)
      factionCampFiller02OnAddToWorld (function)
      factionCampFiller02OnDestroy (function)
      factionCampFiller03OnAddToWorld (function)
      factionCampFiller03OnDestroy (function)
      factionCampFiller04OnAddToWorld (function)
      factionCampFiller04OnDestroy (function)
      factionCampFiller05OnAddToWorld (function)
      factionCampFiller05OnDestroy (function)
      factionFortBannersOnAddToWorld (function)
      factionFortBannersOnDestroy (function)
      factionReset (function)
      factionResetTokens (function)
      homesteadFactionSwap (function)
      kymonEmissaryHomesteadOnAddToWorld (function)
      kymonEmissaryHomesteadOnDestroy (function)
      merchantAreaOnAddToWorld (function)
      merchantAreaOnDestroy (function)
      merchantOnAddToWorld (function)
      merchantOnDestroy (function)
      orderEmissaryHomesteadOnAddToWorld (function)
      orderEmissaryHomesteadOnDestroy (function)
      spawnFactionSelection (function)
      spawnFactionSelectionGlobalMP (function)
    areaCHomesteadAttacks (table)
      attacksFollowPatrol (function)
      attacksOnAddToWorld (function)
      attacksOnDestroy (function)
    areaCKymonSwap (table)
      areaCKymonOnAddToWorld (function)
      areaCKymonOnDestroy (function)
    areaCNPCInquisitorCreed (table)
      B28HotfixGlobalMP (function)
      areaDTransition (function)
      areaETransition (function)
      areaFTransition (function)
      creedTransitionTriggered (function)
      devilsCrossingCreedOnAddToWorld (function)
      devilsCrossingCreedOnDestroy (function)
      homesteadCreedOnAddToWorld (function)
      homesteadCreedOnDestroy (function)
      introPlayerCheck (function)
      necropolisCreedOnAddToWorld (function)
      necropolisCreedOnDestroy (function)
    areaCQuestAetherialFarm (table)
      abominationKilled (function)
      barnDoorOnAddToWorld (function)
      bossAvatarOnAddToWorld (function)
      bossDoorOnAddToWorld (function)
      bossLeaveRoom (function)
      bossOnAddToWorld (function)
      bossOnDestroy (function)
      destroyDoor (function)
      triggerBoss (function)
    areaCQuestBlackLegionHunts (table)
      bossDoor01OnAddToWorld (function)
      bossLeaveRoom (function)
      bossOnAddToWorld (function)
      dranghoulKilled (function)
      manticoreKilled (function)
      spiderKilled (function)
      thornedHorrorKilled (function)
    areaCQuestBloodHarvest (table)
      bloodHarvestPortal (function)
      bloodHarvestPortalGlobalMP (function)
      bossChestFound (function)
      bossChestOnAddToWorld (function)
      bossDoor01OnAddToWorld (function)
      bossDoor02OnAddToWorld (function)
      bossDoor03OnAddToWorld (function)
      bossDoor04OnAddToWorld (function)
      bossDoorsInitialUpdate (function)
      bossLeaveRoom (function)
      bossOnAddToWorld (function)
      cultistSummonerKilled (function)
      lisandraCaptiveOnAddToWorld (function)
      lisandraCaptiveOnDestroy (function)
      lisandraRescuedOnAddToWorld (function)
      lisandraRescuedOnDestroy (function)
      prisoner01CaptiveOnAddToWorld (function)
      prisoner01CaptiveOnDestroy (function)
      prisoner01RescuedOnAddToWorld (function)
      prisoner01RescuedOnDestroy (function)
      prisoner02CaptiveOnAddToWorld (function)
      prisoner02CaptiveOnDestroy (function)
      prisoner02RescuedOnAddToWorld (function)
      prisoner02RescuedOnDestroy (function)
      prisonersFound (function)
    areaCQuestBurnTheTaken (table)
      burnWitch (function)
      fireOnAddToWorld (function)
      fireOnDestroy (function)
      freeWitch (function)
      hostileSwitch (function)
      man01OnAddToWorld (function)
      man01OnDestroy (function)
      man02OnAddToWorld (function)
      man02OnDestroy (function)
      witchFinished (function)
      witchOnAddToWorld (function)
      witchOnDestroy (function)
      witchUgdenbogOnAddToWorld (function)
      witchUgdenbogOnDestroy (function)
      woman01OnAddToWorld (function)
      woman01OnDestroy (function)
    areaCQuestHiddenWealth (table)
      blockadeAvatarOnAddToWorld (function)
      blockadeDestroy (function)
      blockadeDestroyGlobalMP (function)
      blockadeOnAddToWorld (function)
      blockadeOnDestroy (function)
      corpseOnAddToWorld (function)
      corpseOnDestroy (function)
      detonationSiteOnAddToWorld (function)
      detonationSiteOnDestroy (function)
      hiddenWealthChestFound (function)
      hiddenWealthChestOnAddToWorld (function)
      lootMap (function)
      spawnDetonationSite (function)
    areaCQuestInfestedFields (table)
      chefOnAddToWorld (function)
      chefOnDestroy (function)
      cookAreaOnAddToWorld (function)
      cookAreaOnDestroy (function)
      cookAreaSwap (function)
      foodCheck (function)
      giveFood (function)
      guard01AOnAddToWorld (function)
      guard01AOnOnDestroy (function)
      guard01BOnAddToWorld (function)
      guard01BOnOnDestroy (function)
      guard02AOnAddToWorld (function)
      guard02AOnOnDestroy (function)
      guard02BOnAddToWorld (function)
      guard02BOnOnDestroy (function)
      infestation01OnAddToWorld (function)
      infestation01OnDestroy (function)
      infestation02OnAddToWorld (function)
      infestation02OnDestroy (function)
      infestation03OnAddToWorld (function)
      infestation03OnDestroy (function)
      infestation04OnAddToWorld (function)
      infestation04OnDestroy (function)
      infestation05OnAddToWorld (function)
      infestation05OnDestroy (function)
      infestation06OnAddToWorld (function)
      infestation06OnDestroy (function)
      infestationFarmer01AreaOnAddToWorld (function)
      infestationFarmer01AreaOnDestroy (function)
      infestationFarmer01TownOnAddToWorld (function)
      infestationFarmer01TownOnDestroy (function)
      infestationFarmer02AreaOnAddToWorld (function)
      infestationFarmer02AreaOnDestroy (function)
      infestationFarmer02TownOnAddToWorld (function)
      infestationFarmer02TownOnDestroy (function)
      infestationFarmer03AreaOnAddToWorld (function)
      infestationFarmer03AreaOnDestroy (function)
      infestationFarmer04AreaOnAddToWorld (function)
      infestationFarmer04AreaOnDestroy (function)
      infestationFarmer05AreaOnAddToWorld (function)
      infestationFarmer05AreaOnDestroy (function)
      infestationFarmer06AreaOnAddToWorld (function)
      infestationFarmer06AreaOnDestroy (function)
      infestationFarmer07AreaOnAddToWorld (function)
      infestationFarmer07AreaOnDestroy (function)
      infestationFarmer08AreaOnAddToWorld (function)
      infestationFarmer08AreaOnDestroy (function)
      infestationFarmer09AreaOnAddToWorld (function)
      infestationFarmer09AreaOnDestroy (function)
      infestationFarmer10AreaOnAddToWorld (function)
      infestationFarmer10AreaOnDestroy (function)
      queenDoorOnAddToWorld (function)
      queenDoorOnInteract (function)
      queenKilled (function)
      urnDestroyed (function)
      urnDestroyedGlobalMP (function)
      urnOnAddToWorld (function)
      urnOnDestroy (function)
3 Likes

The following are more fields and methods found inside the quests object within the gd object :

    areaCQuestLegionPriority (table)
      bossKilled (function)
      doorOnInteract (function)
      entranceOnAddToWorld (function)
      openDungeon (function)
    areaCQuestMakingADeal (table)
      foodOneOnAddToWorld (function)
      foodOneOnDestroy (function)
      foodTwoOnAddToWorld (function)
      foodTwoOnDestroy (function)
      spawnFood (function)
    areaCQuestManInNeed (table)
      caveEntranceOnAddToWorld (function)
      hostileSwitch (function)
      mylesAvalancheAvatarOnAddToWorld (function)
      mylesAvalancheOnAddToWorld (function)
      mylesAvalancheOnDestroy (function)
      mylesOnAddToWorld (function)
      mylesOnDestroy (function)
      mylesOutsideOnAddToWorld (function)
      mylesOutsideOnDestroy (function)
      mylesOutsidePortal (function)
    areaCQuestNecros (table)
      bossKilled (function)
      catalystOnAddToWorld (function)
      catalystOnDestroy (function)
      catalystSpawn (function)
      corpseOnAddToWorld (function)
      corpseOnDestroy (function)
      corpseSpawn (function)
      doorOnAddToWorld (function)
      endRitual (function)
      malkadarrOnAddToWorld (function)
      malkadarrOnDestroy (function)
      malkadarrRitualOnAddToWorld (function)
      malkadarrRitualOnDestroy (function)
      ritualOnAddToWorld (function)
      ritualOnRemoveFromWorld (function)
      soulkeeperOnAddToWorld (function)
      soulkeeperOnDestroy (function)
      startRitual (function)
      startRitualMP (function)
      swapMalkadarr (function)
      swapSoulkeeper (function)
      unlockDoor (function)
      uroboruukQuestOnAddToWorld (function)
      uroboruukQuestSpawn (function)
    areaCQuestRoadToHomestead (table)
      Guard01OnAddToWorld (function)
      Guard01OnOnDestroy (function)
      Guard02OnAddToWorld (function)
      Guard02OnOnDestroy (function)
      Guard03OnAddToWorld (function)
      Guard03OnOnDestroy (function)
      Guard04OnAddToWorld (function)
      Guard04OnOnDestroy (function)
      bossKilled (function)
      bossOnAddToWorld (function)
      bossOnDestroy (function)
      cultistDoorOnAddToWorld (function)
      dermapteranDoorOnAddToWorld (function)
      findEnclave (function)
      mainDoorOnAddToWorld (function)
      mainDoorOpen (function)
      northDoorOpen (function)
      riftgateOnAddToWorld (function)
      riftgateSpawnsOnAddToWorld (function)
      riftgateSpawnsOnDestroy (function)
      southDoorOpen (function)
      spawnBoss (function)
    areaCQuestTrappedAndAlone (table)
      blockadeAvatarOnAddToWorld (function)
      blockadeDestroy (function)
      blockadeDestroyGlobalMP (function)
      blockadeOnAddToWorld (function)
      blockadeOnDestroy (function)
      caveEntranceOnAddToWorld (function)
      demonCaveOnAddToWorld (function)
      demonCaveOnDestroy (function)
      demonVillageOnAddToWorld (function)
      demonVillageOnDestroy (function)
      detonationSiteOnAddToWorld (function)
      detonationSiteOnDestroy (function)
      fire01OnAddToWorld (function)
      fire01OnDestroy (function)
      fire02OnAddToWorld (function)
      fire02OnDestroy (function)
      hostileSwitch (function)
      returnToVillage (function)
      returnToVillageGlobalMP (function)
      rover01OnAddToWorld (function)
      rover01OnDestroy (function)
      rover02OnAddToWorld (function)
      rover02OnDestroy (function)
      rover03OnAddToWorld (function)
      rover03OnDestroy (function)
      rover04OnAddToWorld (function)
      rover04OnDestroy (function)
      villageSwap (function)
    areaCQuestZealots (table)
      captain01Killed (function)
      captain02Killed (function)
      championOnAddToWorld (function)
      championOnDestroy (function)
      dungeonDoorOnAddToWorld (function)
      dungeonLeverOnAddToWorld (function)
      necroBossKilled (function)
      openDungeon (function)
      openStudy (function)
      spawnChampion (function)
      studyDoorOnAddToWorld (function)
      swapChampion (function)
      unlockLever (function)
      voidBossKilled (function)
    areaDAldritchCaptive (table)
      AldritchCaptiveOnAddToWorld (function)
      AldritchCaptiveOnDestroy (function)
    areaDBastionOfChaosBosses (table)
      Boss1Killed (function)
      Boss2Killed (function)
      doorBossA01OnAddToWorld (function)
      doorBossA02OnAddToWorld (function)
      doorBossB01OnAddToWorld (function)
      doorBossB02OnAddToWorld (function)
      doorGuardianKilled (function)
      epicDoorOnInteract (function)
      epicDoorOnInteractGlobalMP (function)
    areaDBastionOfChaosChallenges (table)
      doorRoomA01OnAddToWorld (function)
      doorRoomA02OnAddToWorld (function)
      doorRoomB01OnAddToWorld (function)
      doorRoomB02OnAddToWorld (function)
      doorRoomC01OnAddToWorld (function)
      doorRoomC02OnAddToWorld (function)
      endTrapRoomEvent (function)
      endTrapRoomWaveEvent (function)
      gauntletChestOnAddToWorld (function)
      gauntletChestOpened (function)
      gauntletGuardian01Killed (function)
      gauntletGuardian02Killed (function)
      startGauntletEvent (function)
      startGauntletEventMP (function)
      trapRoomBOnAddToWorld (function)
      trapRoomBOnRemoveFromWorld (function)
      trapRoomCOnAddToWorld (function)
      trapRoomCOnRemoveFromWorld (function)
      trapRoomChestOnAddToWorld (function)
      trappedChest01OnAddToWorld (function)
      trappedChest01Opened (function)
      trappedChest01OpenedMP (function)
      trappedChest02OnAddToWorld (function)
      trappedChest02Opened (function)
      trappedChest02OpenedMP (function)
      triggerTrapRoomB (function)
      triggerTrapRoomC (function)
      triggerTrapRoomEventMP (function)
      updateStatus (function)
    areaDBridges (table)
      necropolisBridgeBlockerOneOnAddToWorld (function)
      necropolisBridgeBlockerOneOnDestroy (function)
      necropolisBridgeOnAddToWorld (function)
      necropolisBridgeOnDestroy (function)
      necropolisBridgeRepair (function)
      necropolisBridgeRepairGlobalMP (function)
      necropolisBridgeSiteOnAddToWorld (function)
      necropolisBridgeSiteOnDestroy (function)
    areaDNPCClone (table)
      bossCloneOnAddToWorld (function)
      bossCloneOnDestroy (function)
      bossKilled (function)
      clone01OnAddToWorld (function)
      clone01Portal (function)
      clone01Triggered (function)
      clone02OnAddToWorld (function)
      clone02Portal (function)
      clone02Triggered (function)
      clone03OnAddToWorld (function)
      clone03Portal (function)
      clone03Triggered (function)
      clone04OnAddToWorld (function)
      clone04Portal (function)
      clone04Triggered (function)
      cloneOnDestroy (function)
      entranceRiftOnAddToWorld (function)
      exitShortcutOnAddToWorld (function)
      hostileSwitch (function)
      lootChest02OnAddToWorld (function)
      lootChestOnAddToWorld (function)
      openDungeon (function)
      openSecret (function)
      revealRitual (function)
      ritualFound (function)
      ritualNPCOnAddToWorld (function)
      ritualNPCOnDestroy (function)
      secretDoorOnAddToWorld (function)
      secretSpot01Found (function)
      secretSpot02Found (function)
      secretSpot03Found (function)
      warningNoRiftgates (function)
    areaDNPCUlgrim (table)
      areaDPortal (function)
      bossPortal (function)
      fortUlgrimOnAddToWorld (function)
      fortUlgrimOnDestroy (function)
      necropolisPortal (function)
      necropolisUlgrimOnAddToWorld (function)
      necropolisUlgrimOnDestroy (function)
    areaDPortValburyBosses (table)
      Boss1Killed (function)
      Boss2AKilled (function)
      Boss2BKilled (function)
      Boss2CKilled (function)
      blockadeAvatarOnAddToWorld (function)
      blockadeDestroy (function)
      blockadeDestroyGlobalMP (function)
      blockadeOnAddToWorld (function)
      blockadeOnDestroy (function)
      detonationSiteOnAddToWorld (function)
      detonationSiteOnDestroy (function)
      doorBossA01OnAddToWorld (function)
      doorBossA02OnAddToWorld (function)
      doorBossB01OnAddToWorld (function)
      doorBossB02OnAddToWorld (function)
      doorGuardianKilled (function)
      epicDoorOnInteract (function)
      epicDoorOnInteractGlobalMP (function)
      exitShortcutOnAddToWorld (function)
      reanimatorsDeadGlobalMP (function)
      unlockShortcut (function)
      warningNoRiftgates (function)
    areaDPortValburyChallenges (table)
      doorRoomA01OnAddToWorld (function)
      doorRoomA02OnAddToWorld (function)
      doorRoomB01OnAddToWorld (function)
      doorRoomB02OnAddToWorld (function)
      doorRoomC01OnAddToWorld (function)
      doorRoomC02OnAddToWorld (function)
      endTrapRoomEvent (function)
      endTrapRoomWaveEvent (function)
      endgauntletWaveEvent (function)
      gauntletWaveEventChestOnAddToWorld (function)
      gauntletWaveEventChestOpened (function)
      gauntletWaveEventOnAddToWorld (function)
      gauntletWaveEventOnRemoveFromWorld (function)
      startGauntletWaveEventMP (function)
      startgauntletWaveEvent (function)
      trapPoint01OnAddToWorld (function)
      trapPoint02OnAddToWorld (function)
      trapPoint03OnAddToWorld (function)
      trapPoint04OnAddToWorld (function)
      trapPoint05OnAddToWorld (function)
      trapPoint06OnAddToWorld (function)
      trapPoint07OnAddToWorld (function)
      trapPoint08OnAddToWorld (function)
      trapPoint09OnAddToWorld (function)
      trapPoint10OnAddToWorld (function)
      trapPoint11OnAddToWorld (function)
      trapPoint12OnAddToWorld (function)
      trapRoomBOnAddToWorld (function)
      trapRoomBOnRemoveFromWorld (function)
      trapRoomCOnAddToWorld (function)
      trapRoomCOnRemoveFromWorld (function)
      trapRoomChestOnAddToWorld (function)
      trappedChest01OnAddToWorld (function)
      trappedChest01Opened (function)
      trappedChest01OpenedMP (function)
      trappedChest02OnAddToWorld (function)
      trappedChest02Opened (function)
      trappedChest02OpenedMP (function)
      triggerTrapRoomB (function)
      triggerTrapRoomC (function)
      triggerTrapRoomEventMP (function)
      updateStatus (function)
      updategauntletWaveEvent (function)
    areaDQuestBaneOfCairn (table)
      bloodlordCryptShortcutOnAddToWorld (function)
      bloodlordOutsideShortcutOnAddToWorld (function)
      bossChestFound (function)
      bossChestOnAddToWorld (function)
      bossCryptDoorOnAddToWorld (function)
      bossRoomDoorOnAddToWorld (function)
      bossUlgrimAvatarOnAddToWorld (function)
      bossUlgrimOnAddToWorld (function)
      bossUlgrimOnDestroy (function)
      cultistBossKilled (function)
      doorStillLocked (function)
      dungeonDoor02OnAddToWorld (function)
      dungeonDoorB02OnAddToWorld (function)
      dungeonDoorBOnAddToWorld (function)
      dungeonDoorOnAddToWorld (function)
      loghorreanExitShortcutOnAddToWorld (function)
      loghorreanKilled (function)
      loghorreanPhase02OnAddToWorld (function)
      loghorreanRoar01 (function)
      loghorreanRoar01GlobalMP (function)
      loghorreanRoar02 (function)
      loghorreanRoar02GlobalMP (function)
      lootChest02OnAddToWorld (function)
      lootChestOnAddToWorld (function)
      obsidianThroneBossKilled (function)
      obsidianThroneExitShortcutOnAddToWorld (function)
      openSecret (function)
      openSecretB (function)
      openSepulcherDoor (function)
      phase02Add01OnAddToWorld (function)
      phase02Add02OnAddToWorld (function)
      sepulcherDoorOnAddToWorld (function)
      tentacle01OnAddToWorld (function)
      tentacle02OnAddToWorld (function)
      tentacle03OnAddToWorld (function)
      tentacle04OnAddToWorld (function)
      tentacle05OnAddToWorld (function)
      tentacle06OnAddToWorld (function)
      tentacle07OnAddToWorld (function)
      tentacle08OnAddToWorld (function)
      tentacle09OnAddToWorld (function)
      tentacle10OnAddToWorld (function)
      ulgrimEventOnAddToWorld (function)
      ulgrimEventOnRemoveFromWorld (function)
      unlockBossCryptDoor (function)
      updateStatus (function)
      wagonOneKilled (function)
      wagonThreeKilled (function)
      wagonTwoKilled (function)
    areaDQuestExile (table)
      areaFTransition (function)
      bossDoor01OnAddToWorld (function)
      bossDoor02OnAddToWorld (function)
      bossDoor03OnAddToWorld (function)
      dungeonDoorOnAddToWorld (function)
      dungeonDoorUnlock (function)
      exileInsideOnAddToWorld (function)
      exileInsideOnDestroy (function)
      exileKilled (function)
      exileOnAddToWorld (function)
      exileOnDestroy (function)
      factionReset (function)
      factionResetTokens (function)
      hostileSwitch (function)
      merchantOnAddToWorld (function)
      merchantOnDestroy (function)
      quest03OnAddToWorld (function)
      quest03OnDestroy (function)
      quest03Spawn (function)
      quest04OnAddToWorld (function)
      quest04OnDestroy (function)
      quest04Spawn (function)
      quest05OnAddToWorld (function)
      quest05OnDestroy (function)
      quest05Spawn (function)
      trustTokenGlobalMP (function)
    areaDQuestNecropolis (table)
      Guard01OnAddToWorld (function)
      Guard01OnDestroy (function)
      Guard02OnAddToWorld (function)
      Guard02OnDestroy (function)
      Guard03OnAddToWorld (function)
      Guard03OnDestroy (function)
      Guard04OnAddToWorld (function)
      Guard04OnDestroy (function)
      blackLegionProxy01OnAddToWorld (function)
      blackLegionProxy01OnDestroy (function)
      blackLegionProxy02OnAddToWorld (function)
      blackLegionProxy02OnDestroy (function)
      blackLegionProxy03OnAddToWorld (function)
      blackLegionProxy03OnDestroy (function)
      blackLegionProxy04OnAddToWorld (function)
      blackLegionProxy04OnDestroy (function)
      endEventMP (function)
      endWaveEvent (function)
      enterNecropolis (function)
      factionProxy01OnAddToWorld (function)
      factionProxy01OnDestroy (function)
      factionProxy02OnAddToWorld (function)
      factionProxy02OnDestroy (function)
      factionProxy03OnAddToWorld (function)
      factionProxy03OnDestroy (function)
      factionProxy04OnAddToWorld (function)
      factionProxy04OnDestroy (function)
      necropolisPortal (function)
      riftgateOnAddToWorld (function)
      startWaveEvent (function)
      startWaveEventMP (function)
      waveEventOnAddToWorld (function)
      waveEventOnRemoveFromWorld (function)
    areaDQuestTrueThreat (table)
      blockadeAvatarOnAddToWorld (function)
      blockadeDestroy (function)
      blockadeDestroyGlobalMP (function)
      blockadeOnAddToWorld (function)
      blockadeOnDestroy (function)
      bossAvatarOnAddToWorld (function)
      bossDoorEnterOnAddToWorld (function)
      bossDoorExitOnAddToWorld (function)
      bossDungeonOnAddToWorld (function)
      bossDungeonUnlock (function)
      bossKilled (function)
      bossLeaveRoom (function)
      cultistKilled (function)
      cultistKilledGlobalMP (function)
      detonationSiteOnAddToWorld (function)
      detonationSiteOnDestroy (function)
      endEventMP (function)
      endWaveEvent (function)
      fortIkonShortcutInitialUpdate (function)
      fortIkonShortcutOnAddToWorld (function)
      injuredSoldierOnAddToWorld (function)
      injuredSoldierOnDestroy (function)
      riftgateOnAddToWorld (function)
      startWaveEvent (function)
      startWaveEventMP (function)
      waveEventOnAddToWorld (function)
      waveEventOnRemoveFromWorld (function)
    areaEAncientGroveBosses (table)
      Boss1Killed (function)
      Boss2Killed (function)
      Boss2Phase2OnAddToWorld (function)
      bossFlames01OnAddToWorld (function)
      bossFlames02OnAddToWorld (function)
      bossFlames03OnAddToWorld (function)
      bossFlames04OnAddToWorld (function)
      bossFlames05OnAddToWorld (function)
      bossFlames06OnAddToWorld (function)
      bossFlames07OnAddToWorld (function)
      bossFlames08OnAddToWorld (function)
      bossFlames09OnAddToWorld (function)
      bossFlames10OnAddToWorld (function)
      bossFlames11OnAddToWorld (function)
      bossFlames12OnAddToWorld (function)
      bossFlames13OnAddToWorld (function)
      bossFlames14OnAddToWorld (function)
      bossFlames15OnAddToWorld (function)
      bossFlames16OnAddToWorld (function)
      bossFlames17OnAddToWorld (function)
      bossFlames18OnAddToWorld (function)
      bossFlames19OnAddToWorld (function)
      bossFlames20OnAddToWorld (function)
      doorBossA01OnAddToWorld (function)
      doorBossA02OnAddToWorld (function)
      doorBossB01OnAddToWorld (function)
      doorBossB02OnAddToWorld (function)
      doorGuardianKilled (function)
      epicDoorOnInteract (function)
      epicDoorOnInteractGlobalMP (function)
      exitShortcutOnAddToWorld (function)
      mogdrogenOnAddToWorld (function)
      triggerFlames (function)
      triggerFlamesMP (function)
      unlockShortcut (function)
      warningNoRiftgates (function)
    areaEAncientGroveChallenges (table)
      aetherTrapPoint01OnAddToWorld (function)
      aetherTrapPoint02OnAddToWorld (function)
      aetherTrapPoint03OnAddToWorld (function)
      aetherTrapPoint04OnAddToWorld (function)
      aetherTrapPoint05OnAddToWorld (function)
      aetherTrapPoint06OnAddToWorld (function)
      aetherTrapPoint07OnAddToWorld (function)
      aetherTrapPoint08OnAddToWorld (function)
      aetherTrapPoint09OnAddToWorld (function)
      aetherTrapPoint10OnAddToWorld (function)
      chaosTrapPoint01OnAddToWorld (function)
      chaosTrapPoint02OnAddToWorld (function)
      chaosTrapPoint03OnAddToWorld (function)
      chaosTrapPoint04OnAddToWorld (function)
      chaosTrapPoint05OnAddToWorld (function)
      chaosTrapPoint06OnAddToWorld (function)
      chaosTrapPoint07OnAddToWorld (function)
      chaosTrapPoint08OnAddToWorld (function)
      chaosTrapPoint09OnAddToWorld (function)
      chaosTrapPoint10OnAddToWorld (function)
      doorRoomA01OnAddToWorld (function)
      doorRoomA02OnAddToWorld (function)
      endgauntletWaveEvent (function)
      gauntletChestOnAddToWorld (function)
      gauntletChestOpened (function)
      gauntletEventAetherTrapMP (function)
      gauntletEventAetherTrapTriggered (function)
      gauntletEventChaosTrapMP (function)
      gauntletEventChaosTrapTriggered (function)
      gauntletWaveEventOnAddToWorld (function)
      gauntletWaveEventOnRemoveFromWorld (function)
      startGauntletEvent (function)
      startGauntletEventMP (function)
      trappedChest01OnAddToWorld (function)
      trappedChest01Opened (function)
      trappedChest01OpenedMP (function)
      trappedChest02OnAddToWorld (function)
      trappedChest02Opened (function)
      trappedChest02OpenedMP (function)
      trappedChest03OnAddToWorld (function)
      trappedChest03Opened (function)
      trappedChest03OpenedMP (function)
      trappedChest04OnAddToWorld (function)
      trappedChest04Opened (function)
      trappedChest04OpenedMP (function)
    areaEBridges (table)
      areaERoguelikeBridgeBlockerOneOnAddToWorld (function)
      areaERoguelikeBridgeBlockerOneOnDestroy (function)
      areaERoguelikeBridgeOnAddToWorld (function)
      areaERoguelikeBridgeOnDestroy (function)
      areaERoguelikeBridgeRepair (function)
      areaERoguelikeBridgeRepairGlobalMP (function)
      areaERoguelikeBridgeSiteOnAddToWorld (function)
      areaERoguelikeBridgeSiteOnDestroy (function)
    areaENPCAmelia (table)
      devilsCrossingAmeliaOnAddToWorld (function)
      devilsCrossingAmeliaOnDestroy (function)
      fatherDevilsCrossingOnAddToWorld (function)
      fatherDevilsCrossingOnDestroy (function)
      fatherForestOnAddToWorld (function)
      fatherForestOnDestroy (function)
      fortIkonAmeliaOnAddToWorld (function)
      fortIkonAmeliaOnDestroy (function)
      introTransition (function)
      lostFatherTransition (function)
      lostFatherTransitionGlobalMP (function)
      transition (function)
    areaENPCBourbon (table)
      GDX1IntroNPCTransition (function)
      areaETransition (function)
      areaETransitionTriggerVolume (function)
      fortIkonOnAddToWorld (function)
      fortIkonOnDestroy (function)
      gdx1OnAddToWorld (function)
      gdx1OnDestroy (function)
      introNPCTransitionGlobalMP (function)
      moveToFortIkon (function)
    areaENPCUlgrim (table)
      hostileSwitch (function)
      inVoidTransition (function)
      ulgrimConvincedGlobalMP (function)
      ulgrimDefeated (function)
      voidOnAddToWorld (function)
      voidOnDestroy (function)
    areaEQuestCaptiveWitches (table)
      Witch01CaptiveOnAddToWorld (function)
      Witch01CaptiveOnDestroy (function)
      Witch01RescuedOnAddToWorld (function)
      Witch01RescuedOnDestroy (function)
      Witch02CaptiveOnAddToWorld (function)
      Witch02CaptiveOnDestroy (function)
      Witch02RescuedOnAddToWorld (function)
      Witch02RescuedOnDestroy (function)
      Witch03CaptiveOnAddToWorld (function)
      Witch03CaptiveOnDestroy (function)
      Witch03RescuedOnAddToWorld (function)
      Witch03RescuedOnDestroy (function)
      WitchesGroup01Rescue (function)
      WitchesRescued01GlobalMP (function)
    areaEQuestFactionWendigo (table)
      Traveler01CaptiveOnAddToWorld (function)
      Traveler01CaptiveOnDestroy (function)
      Traveler02CaptiveOnAddToWorld (function)
      Traveler02CaptiveOnDestroy (function)
      Traveler03CaptiveOnAddToWorld (function)
      Traveler03CaptiveOnDestroy (function)
      Traveler04CaptiveOnAddToWorld (function)
      Traveler04CaptiveOnDestroy (function)
      TravelersGroup01Rescue (function)
      TravelersGroup02Rescue (function)
      TravelersRescued01GlobalMP (function)
      TravelersRescued02GlobalMP (function)
      activateTravelers (function)
      deadWitchOnAddToWorld (function)
      deadWitchOnDestroy (function)
      meddlingWitchHostileTokenGlobalMP (function)
      meddlingWitchOnAddToWorld (function)
      meddlingWitchOnDestroy (function)
      meddlingWitchSafeTokenGlobalMP (function)
      meddlingWitchTransition (function)
      mineEnemyOnDie (function)
      wendigoAncient01OnAddToWorld (function)
      wendigoAncient01OnDestroy (function)
      wendigoAncient02OnAddToWorld (function)
      wendigoAncient02OnDestroy (function)
      wendigoAncient03Activation (function)
      wendigoAncient03OnAddToWorld (function)
      wendigoAncient03OnDestroy (function)
      wendigoMineClearedTokenMP (function)
      witchDoor01OnAddToWorld (function)
      witchDoor02OnAddToWorld (function)
      witchLeaveRoom (function)
      witchOnAddToWorld (function)
      witchOnKill (function)
    areaEQuestFactionWendigoWards (table)
      Ward01ActivateGlobalMP (function)
      Ward02ActivateGlobalMP (function)
      Ward03ActivateGlobalMP (function)
      wendigoWard01Activate (function)
      wendigoWard01OnAddToWorld (function)
      wendigoWard01OnDestroy (function)
      wendigoWard02Activate (function)
      wendigoWard02OnAddToWorld (function)
      wendigoWard02OnDestroy (function)
      wendigoWard03Activate (function)
      wendigoWard03OnAddToWorld (function)
      wendigoWard03OnDestroy (function)
    areaEQuestFactionWitch (table)
      giveRitual (function)
      plantDoorEnterOnAddToWorld (function)
      ritualCheck (function)
      sylvarriaOnKill (function)
      witchBetrayerOnKill (function)
      witchDoorEnterOnAddToWorld (function)
      witchLeaveRoom (function)
      witchOnAddToWorld (function)
    areaEQuestFactionWitchRitual (table)
      bossKilled (function)
      endRitual (function)
      malostriaOnAddToWorld (function)
      malostriaOnDestroy (function)
      ritualOnAddToWorld (function)
      ritualOnRemoveFromWorld (function)
      startRitualMP (function)
      swapMalostria (function)
      witchFetishActivate (function)
      witchFetishOnAddToWorld (function)
      witchFetishOnDestroy (function)
      witchFetishRitualSwap (function)
    areaEQuestFactionWitchWards (table)
      WardGuard01OnDestroy (function)
      WardGuard02OnDestroy (function)
      WardGuard03OnDestroy (function)
      wardGuard01OnAddToWorld (function)
      wardGuard01OnKill (function)
      wardGuard02OnAddToWorld (function)
      wardGuard02OnKill (function)
      wardGuard03OnAddToWorld (function)
      wardGuard03OnKill (function)
      wardGuardiansActivate (function)
      witchWard01OnAddToWorld (function)
      witchWard01OnDestroy (function)
      witchWard02OnAddToWorld (function)
      witchWard02OnDestroy (function)
      witchWard03OnAddToWorld (function)
      witchWard03OnDestroy (function)
    areaEQuestUgdenbog (table)
      bogVoidInteractionSiteOnAddToWorld (function)
      bogVoidInteractionSiteOnDestroy (function)
      bogVoidRiftOpened (function)
      krakenChest02OnAddToWorld (function)
      krakenChestFound (function)
      krakenChestOnAddToWorld (function)
      krakenDoor01OnAddToWorld (function)
      krakenDoor02OnAddToWorld (function)
      krakenDoor03OnAddToWorld (function)
      krakenKilled (function)
      krakenTentacleOnAddToWorld (function)
      lockedChaosRiftOnAddToWorld (function)
      obelisk01OnAddToWorld (function)
      obelisk01Target01OnAddToWorld (function)
      obelisk01Target02OnAddToWorld (function)
      obelisk01Target03OnAddToWorld (function)
      obelisk01Target04OnAddToWorld (function)
      obelisk01_Trigger01 (function)
      obelisk01_Trigger02 (function)
      obelisk01_Trigger03 (function)
      obelisk01_Trigger04 (function)
      obelisk02OnAddToWorld (function)
      obelisk02Target01OnAddToWorld (function)
      obelisk02Target02OnAddToWorld (function)
      obelisk02Target03OnAddToWorld (function)
      obelisk02Target04OnAddToWorld (function)
      obelisk02Target05OnAddToWorld (function)
      obelisk02_Trigger01 (function)
      obelisk02_Trigger02 (function)
      obelisk02_Trigger03 (function)
      obelisk02_Trigger04 (function)
      obelisk02_Trigger05 (function)
      triggerSequence (function)
      triggerSequence02 (function)
      triggerSequenceEvent (function)
      triggerSequenceEvent02 (function)
      voidFX01OnAddToWorld (function)
      voidFX01OnDestroy (function)
    areaEQuestVoid (table)
      bloodSworn01OnAddToWorld (function)
      bloodSworn02OnAddToWorld (function)
      bloodSworn03OnAddToWorld (function)
      bloodSwornOnDestroy (function)
      bloodswornDoor01OnAddToWorld (function)
      bloodswornReleasedTokenMP (function)
      bloodswornUnlockDoors (function)
      bossLeaveRoom (function)
      bossOnAddToWorld (function)
      crystalOnAddToWorld (function)
      crystalOnDestroy (function)
      crystalTransition (function)
      doorBossA01OnAddToWorld (function)
      doorBossA02OnAddToWorld (function)
      doorUlgrimOnAddToWorld (function)
      doorUlgrimOpen (function)
      fringesOfSanityExitShortcutOnAddToWorld (function)
      rylokBossOnAddToWorld (function)
      rylokBossTransition (function)
      rylokBossTrigger (function)
      servitorBossDeadCheck (function)
      servitorBossOnAddToWorld (function)
      servitorBossOnDestroy (function)
      servitorBossOnKill (function)
      servitorBossTransition (function)
      ulgrimBossKilled (function)
      ulgrimShortcutEntranceInitialUpdate (function)
      ulgrimShortcutEntranceOnAddToWorld (function)
      ulgrimShortcutExitOnAddToWorld (function)
      voidClearedCheck (function)
      voidClearedTrigger (function)
      voidClearedTriggerGlobalMP (function)
      voidEdgeFoundTrigger (function)
      voidEdgeFoundTriggerGlobalMP (function)
      voidExitTrigger (function)
      voidExitTriggerGlobalMP (function)
    areaEQuestWendigoVillage (table)
      VillageTrigger (function)
      VillagersHostileTransition (function)
      VillagersRitualTransition (function)
      aurinChosenGlobalMP (function)
      aurinChosenTransition (function)
      aurinOnAddToWorld (function)
      aurinOnDestroy (function)
      aurinRitualOnAddToWorld (function)
      avatarHostileTokenMP (function)
      cellarDoorOnInteract (function)
      cellarDoorOnInteractGlobalMP (function)
      factionHostileReset (function)
      factionReset (function)
      factionResetTokens (function)
      jordythChosenGlobalMP (function)
      jordythChosenTransition (function)
      jordythOnAddToWorld (function)
      jordythOnDestroy (function)
      jordythRitualOnAddToWorld (function)
      ravagerHostileSwitch (function)
      ravagerKilled (function)
      ravagerOnAddToWorld (function)
      ravagerOnDestroy (function)
      scorvChestOnAddToWorld (function)
      spawnRavager (function)
      tableOnAddToWorld (function)
      tableOnDestroy (function)
      tyvaldChosenGlobalMP (function)
      tyvaldChosenTransition (function)
      tyvaldOnAddToWorld (function)
      tyvaldOnDestroy (function)
      tyvaldRitualOnAddToWorld (function)
      unlockChest (function)
      vendorOnAddToWorld (function)
      vendorOnDestroy (function)
      villageCellarOnAddToWorld (function)
      villageClue01Trigger (function)
      villageClue02OnPickup (function)
      villageClue03OnPickup (function)
      villageLeaderOnAddToWorld (function)
      villageLeaderOnDestroy (function)
      villageLeaderRitualOnAddToWorld (function)
    areaEQuestWraith (table)
      wraithHostileTransition (function)
      wraithOnAddToWorld (function)
      wraithOnDestroy (function)
      wraithPassOnTransition (function)
    areaESideQuests (table)
      StashBlockadeAvatarOnAddToWorld (function)
      StashBlockadeDestroy (function)
      StashBlockadeDestroyGlobalMP (function)
      StashBlockadeOnAddToWorld (function)
      StashBlockadeOnDestroy (function)
      StashDetonationSiteOnAddToWorld (function)
      StashDetonationSiteOnDestroy (function)
      chestFound (function)
      chestOnAddToWorld (function)
      gloomwaldStashGrantQuest (function)
      gloomwaldStashUpdate (function)
      trappedChestBogOnAddToWorld (function)
      trappedChestBogOnDestroy (function)
      trappedChestBogOpened (function)
      trappedChestBogOpenedMP (function)
    areaEWendigoVillageFlavor (table)
      VillageFlavorHostileTransition (function)
      vendorOnAddToWorld (function)
      vendorOnDestory (function)
      villageProxy01OnAddToWorld (function)
      villageProxy02OnAddToWorld (function)
      villageProxy03OnAddToWorld (function)
      villageProxy04OnAddToWorld (function)
      villageProxy05OnAddToWorld (function)
      villageProxy06OnAddToWorld (function)
      villageProxy07OnAddToWorld (function)
      villageProxy08OnAddToWorld (function)
      villageProxyOnDestroy (function)
      villager01OnAddToWorld (function)
      villager01OnDestory (function)
      villager02OnAddToWorld (function)
      villager02OnDestory (function)
      villager03OnAddToWorld (function)
      villager03OnDestory (function)
      villager04OnAddToWorld (function)
      villager04OnDestory (function)
    areaFAmbientFighters (table)
      BLBridgeSoldiersTransition (function)
      BLGuardCrownHill01OnAddToWorld (function)
      BLGuardCrownHill02OnAddToWorld (function)
      BLGuardCrownHill03OnAddToWorld (function)
      BLGuardSewer01OnAddToWorld (function)
      BLGuardSewer02OnAddToWorld (function)
      BLGuardsCrownHillTransition (function)
      BLGuardsSewerTransition (function)
      BridgeSoldier01OnAddToWorld (function)
      BridgeSoldier01OnDestroy (function)
      BridgeSoldier02OnAddToWorld (function)
      BridgeSoldier02OnDestroy (function)
      BridgeSoldier03OnAddToWorld (function)
      BridgeSoldier03OnDestroy (function)
      BridgeSoldier04OnAddToWorld (function)
      BridgeSoldier04OnDestroy (function)
      BridgeSoldier05OnAddToWorld (function)
      BridgeSoldier05OnDestroy (function)
      BridgeSoldier06OnAddToWorld (function)
      BridgeSoldier06OnDestroy (function)
      BridgeSoldier07OnAddToWorld (function)
      BridgeSoldier07OnDestroy (function)
      BridgeSoldier08OnAddToWorld (function)
      BridgeSoldier08OnDestroy (function)
      BridgeSoldier09OnAddToWorld (function)
      BridgeSoldier09OnDestroy (function)
      BridgeSoldier10OnAddToWorld (function)
      BridgeSoldier10OnDestroy (function)
      BridgeSoldier11OnAddToWorld (function)
      BridgeSoldier11OnDestroy (function)
      candleProxy01OnAddToWorld (function)
      candleProxy02OnAddToWorld (function)
      candleProxy03OnAddToWorld (function)
      crownHillProxy01OnAddToWorld (function)
      crownHillProxy02OnAddToWorld (function)
      steelcapProxy01OnAddToWorld (function)
      steelcapProxy02OnAddToWorld (function)
      steelcapProxy03OnAddToWorld (function)
    areaFCelestialSmith (table)
      smithOnAddToWorld (function)
    areaFFactoryGatebattle (table)
      aetherialAttack01FollowPatrol (function)
      aetherialAttack01OnAddToWorld (function)
      aetherialAttack01OnDestroy (function)
      aetherialAttack02FollowPatrol (function)
      aetherialAttack02OnAddToWorld (function)
      aetherialAttack02OnDestroy (function)
      factoryGateTransition (function)
      rebelMelee01OnAddToWorld (function)
      rebelMelee01OnDestroy (function)
      rebelMelee02OnAddToWorld (function)
      rebelMelee02OnDestroy (function)
      rebelMelee03OnAddToWorld (function)
      rebelMelee03OnDestroy (function)
      rebelRanger01OnAddToWorld (function)
      rebelRanger01OnDestroy (function)
    areaFFleshshaper (table)
      bossChestFound (function)
      bossChestOnAddToWorld (function)
      bossEventOnRemoveFromWorld (function)
      bossEventSpawner01OnAddToWorld (function)
      bossEventSpawner02OnAddToWorld (function)
      bossExitShortcutOnAddToWorld (function)
      bossPhase02OnAddToWorld (function)
      bossPhase03Killed (function)
      heroSpawn01AvatarOnAddToWorld (function)
      heroSpawn01Killed (function)
      heroSpawn02AvatarOnAddToWorld (function)
      heroSpawn02Killed (function)
      heroTarget01OnAddToWorld (function)
      lootChest02OnAddToWorld (function)
      lootChestOnAddToWorld (function)
      updateStatus (function)
    areaFGatekeeper (table)
      keeperAtGateOnAddToWorld (function)
      keeperAtGateOnDestroy (function)
      keeperSlumsOnAddToWorld (function)
      keeperSlumsOnDestroy (function)
    areaFNPCAetherialTraitor (table)
      aetherial01OnAddToWorld (function)
      aetherial01OnDestroy (function)
      doorOnAddToWorld (function)
      freedSwitch (function)
      hostileSwitch (function)
      hostileTokenGlobalMP (function)
      onDie (function)
    areaFNPCAetherialTraitorfreedTokenGlobalMP (function)
    areaFNPCBlacksmith (table)
      rebelSmithHideoutOnAddToWorld (function)
      rebelSmithHideoutOnDestroy (function)
      rebelSmithOnAddToWorld (function)
      rebelSmithOnDestroy (function)
      smithAreaOnAddToWorld (function)
      smithAreaOnDestroy (function)
      smithAreaRebuild (function)
    areaFNPCCreed (table)
      CreedNoteDCOnAddToWorld (function)
      CreedNoteDCOnDestroy (function)
      CreedNoteHideoutOnAddToWorld (function)
      CreedNoteHideoutOnDestroy (function)
      baseOnAddToWorld (function)
      baseOnDestroy (function)
      baseTransition (function)
      bridgeOnAddToWorld (function)
      bridgeOnDestroy (function)
      bridgeTransition (function)
      hideoutOnAddToWorld (function)
      hideoutOnDestroy (function)
      hideoutTransition (function)
      spawnFortIkonNote (function)
    areaFNPCDaila (table)
      dailaAreaFTransition (function)
      dailaAreaGTransition (function)
      inAetherCragsOnAddToWorld (function)
      inAetherCragsOnDestroy (function)
      inHomesteadOnAddToWorld (function)
      inHomesteadOnDestroy (function)
      killedBoss (function)
    areaFNPCIllusionist (table)
      BaseIllusionistOnAddToWorld (function)
      BaseIllusionistOnDestroy (function)
      HideoutIllusionistOnAddToWorld (function)
      HideoutIllusionistOnDestroy (function)
      illusionisttransition (function)
    areaFNPCOutcast (table)
      baseOnAddToWorld (function)
      baseOnDestroy (function)
      baseTransition (function)
      hideoutOnAddToWorld (function)
      hideoutOnDestroy (function)
      hideoutTransition (function)
    areaFNPCRebelLeaders (table)
      baseTransition (function)
      captainBaseOnAddToWorld (function)
      captainBaseOnDestroy (function)
      captainHideoutOnAddToWorld (function)
      captainHideoutOnDestroy (function)
      leaderBaseOnAddToWorld (function)
      leaderBaseOnDestroy (function)
      leaderFinalTransition (function)
      leaderHideoutOnAddToWorld (function)
      leaderHideoutOnDestroy (function)
    areaFNPCSpecial (table)
      bossEventOnRemoveFromWorld (function)
      bossEventSpawner01OnAddToWorld (function)
      bossEventSpawner02OnAddToWorld (function)
      bossEventSpawner03OnAddToWorld (function)
      bossEventSpawner04OnAddToWorld (function)
      bossKilled (function)
      bossOnAddToWorld (function)
      bucketChest01Found (function)
      bucketChest01OnAddToWorld (function)
      clone01OnAddToWorld (function)
      clone01Portal (function)
      clone01Triggered (function)
      cloneOnDestroy (function)
      entranceRiftOnAddToWorld (function)
      exitShortcutOnAddToWorld (function)
      heroSpawn01AvatarOnAddToWorld (function)
      heroSpawn01Killed (function)
      heroSpawn02AvatarOnAddToWorld (function)
      heroSpawn02Killed (function)
      heroSpawn03AvatarOnAddToWorld (function)
      heroSpawn03Killed (function)
      heroSpawn04AvatarOnAddToWorld (function)
      heroSpawn04Killed (function)
      heroTarget01OnAddToWorld (function)
      lootChest02OnAddToWorld (function)
      lootChestOnAddToWorld (function)
      lootDoorOnAddToWorld (function)
      loreChest01OnAddToWorld (function)
      openDungeon (function)
      openSecret (function)
      ritualNPCOnAddToWorld (function)
      ritualNPCOnDestroy (function)
      sahdinaNecklaceFound (function)
      secretDoorOnAddToWorld (function)
      secretRiftOnAddToWorld (function)
      secretTrigger (function)
      secretTriggerGlobalMP (function)
      smithOnAddToWorld (function)
      smithTriggered (function)
      smithTriggeredMP (function)
      specialBlockadeOnAddToWorld (function)
      swordFound (function)
      swordFoundGlobalMP (function)
      triggerOnAddToWorld (function)
      triggerProxyOnAddToWorld (function)
      triggerProxyOnDestroy (function)
      updateStatus (function)
      urnDestroyed (function)
      urnDestroyedGlobalMP (function)
      urnOnAddToWorld (function)
      urnOnDestroy (function)
      warningNoRiftgates (function)
      whisper01 (function)
      whisper01GlobalMP (function)
      whisper02 (function)
      whisper02GlobalMP (function)
      whisper03 (function)
      whisper03GlobalMP (function)
      whisper04 (function)
      whisper04GlobalMP (function)
      whisper05 (function)
      whisper05GlobalMP (function)
      whisper06 (function)
      whisper06GlobalMP (function)
    areaFNPCUlgrim (table)
      HotfixGlobalMP (function)
      InnerCityOnAddToWorld (function)
      fightingOnAddToWorld (function)
      fightingTransition (function)
      hideoutTransition (function)
      innerCityTransition (function)
      malmouthBridgeTransition (function)
      malmouthGatesOnAddToWorld (function)
      rebelBase01Transition (function)
      rebelBase02Transition (function)
      rebelBaseOnAddToWorld (function)
      rebelHideout01OnAddToWorld (function)
      rebelHideoutOnAddToWorld (function)
      ulgrimFightingAvatarOnAddToWorld (function)
      ulgrimOnDestroy (function)
      voidExitOnAddToWorld (function)
      voidExitTransition (function)
    areaFQuestFactionMalmouth (table)
      FerronCaptiveOnADestroy (function)
      FerronCaptiveOnAddToWorld (function)
      FerronRescuedOnAddToWorld (function)
      FerronRescuedOnDestroy (function)
      HyramCaptiveOnAddToWorld (function)
      HyramCaptiveOnDestroy (function)
      HyramRescuedOnAddToWorld (function)
      HyramRescuedOnDestroy (function)
      KatrineCorpseOnAddToWorld (function)
      KatrineCorpseOnDestroy (function)
      KatrineNoteLooted (function)
      MarkusCaptiveOnAddToWorld (function)
      MarkusCaptiveOnDestroy (function)
      MarkusRescuedOnAddToWorld (function)
      MarkusRescuedOnDestroy (function)
      NadiaCaptiveOnAddToWorld (function)
      NadiaCaptiveOnDestroy (function)
      NadiaRescuedOnAddToWorld (function)
      NadiaRescuedOnDestroy (function)
      RenaCaptiveOnAddToWorld (function)
      RenaCaptiveOnDestroy (function)
      RenaRescuedOnAddToWorld (function)
      RenaRescuedOnDestroy (function)
      RiviaCaptiveOnAddToWorld (function)
      RiviaCaptiveOnDestroy (function)
      RiviaRescuedOnAddToWorld (function)
      RiviaRescuedOnDestroy (function)
      arcaneClaimed (function)
      arcaneClaimedGlobalMP (function)
      arcaneSupplySiteOnAddToWorld (function)
      arcaneSupplySiteOnDestroy (function)
      cantLeaveThemTrigger (function)
      corpseWagon01OnAddToWorld (function)
      corpseWagon01OnBreak (function)
      corpseWagon01OnDestroy (function)
      corpseWagon02OnAddToWorld (function)
      corpseWagon02OnBreak (function)
      corpseWagon02OnDestroy (function)
      corpseWagon03OnAddToWorld (function)
      corpseWagon03OnBreak (function)
      corpseWagon03OnDestroy (function)
      councilBossDoorA01OnAddToWorld (function)
      councilBossDoorA02OnAddToWorld (function)
      enclaveBoss01OnKill (function)
      enclaveBoss02OnKill (function)
      enclaveBoss03OnKill (function)
      enclaveDoorOnAddToWorld (function)
      enclaveDoorUnlock (function)
      rebelGroup01Rescue (function)
      rebelGroup02Rescue (function)
      rebelsRescued01GlobalMP (function)
      rebelsRescued02GlobalMP (function)
      triggerLiberateRebels01 (function)
      triggerLiberateRebels02 (function)
      weaponSupplySiteOnAddToWorld (function)
      weaponSupplySiteOnDestroy (function)
      weaponsClaimed (function)
      weaponsClaimedGlobalMP (function)
    areaFQuestFactionMalmouthDocks (table)
      Fighter01OnAddToWorld (function)
      Fighter02OnAddToWorld (function)
      Fighter03OnAddToWorld (function)
      Fighter04OnAddToWorld (function)
      FightersOnDestory (function)
      docksDoorInitialUpdate (function)
      docksDoorOnAddToWorld (function)
      docksDoorUnlock (function)
      docksExitDoorOnAddToWorld (function)
      docksExitDoorUnlock (function)
      endDocksWaveEvent (function)
      endDocksWaveEventGlobalMP (function)
      fighter01TargetOnAddToWorld (function)
      guard01AOnAddToWorld (function)
      guard01BOnAddToWorld (function)
      guard02AOnAddToWorld (function)
      guard02BOnAddToWorld (function)
      guardsOnOnDestroy (function)
      sentry01AvatarOnAddToWorld (function)
      sentry01OnAddToWorld (function)
      sentry02AvatarOnAddToWorld (function)
      sentry02OnAddToWorld (function)
      sentryOnDestroy (function)
      startEventMP (function)
      triggerWaveEvent (function)
      waveEventOnAddToWorld (function)
      waveEventOnRemoveFromWorld (function)
    areaFQuestHargateFormula (table)
      hargateCrystalDestructibleOnAddToWorld (function)
      hargateCrystalOnAddToWorld (function)
      hargateCrystalOnDestroy (function)
      hargateCrystalSwap (function)
      kasparovCrystalOnAddToWorld (function)
      kasparovCrystalOnDestroy (function)
      kasparovCrystalSpawn (function)
      kasparovCrystalSwap (function)
    areaFQuestMadRamblings (table)
      chestOnDestroy (function)
      dungeonDoorOnAddToWorld (function)
      enterLootRoom (function)
      enterLootRoomGlobalMP (function)
      ivondaOnAddToWorld (function)
      ivondaOnDestroy (function)
      ivondaTransition (function)
      leverOnAddToWorld (function)
      lockLever (function)
      lootChest01OnAddToWorld (function)
      lootChest02OnAddToWorld (function)
      lootChest02OnDestroy (function)
      lootChest03OnAddToWorld (function)
      lootChest03OnDestroy (function)
      lootChest04OnAddToWorld (function)
      lootChest05OnAddToWorld (function)
      noteChestOnAddToWorld (function)
      noteChestTransition (function)
      noteDropped (function)
      noteLooted (function)
      openDungeon (function)
      rewardChestLooted (function)
      rewardChestOnAddToWorld (function)
      secretDoorOnAddToWorld (function)
      unlockLever (function)
    areaFQuestMalmouthBridge (table)
      BridgeDoorOnAddToWorld (function)
      Fighter01OnAddToWorld (function)
      Fighter02OnAddToWorld (function)
      Fighter03OnAddToWorld (function)
      RiftgateOnAddToWorld (function)
      endEventMP (function)
      endOuterBridgeWaveEvent (function)
      fighter01TargetOnAddToWorld (function)
      fighter02TargetOnAddToWorld (function)
      fighter03TargetOnAddToWorld (function)
      leverOnAddToWorld (function)
      loweredBridge (function)
      loweredMalmouthBridge (function)
      startEventMP (function)
      triggerWaveEvent (function)
      unlockLever (function)
      unlockLeverMP (function)
      waveEventOnAddToWorld (function)
      waveEventOnRemoveFromWorld (function)
    areaFQuestMalmouthFactory (table)
      birthingChamberFire01OnAddToWorld (function)
      birthingChamberFire01OnDestroy (function)
      birthingChamberFire02OnAddToWorld (function)
      birthingChamberFire02OnDestroy (function)
      birthingChamberFire03OnAddToWorld (function)
      birthingChamberFire04OnAddToWorld (function)
      birthingChamberFire04OnDestroy (function)
      birthingChamberInteractiveOnAddToWorld (function)
      birthingChamberInteractiveOnDestroy (function)
      bossLeaveRoom (function)
      factoryShortcutEnterOnAddToWorld (function)
      factoryShortcutExitOnAddToWorld (function)
      fireActivation (function)
      guardiansKilledGlobalMP (function)
      innerFactoryDoorOnAddToWorld (function)
      innerFactoryUgDoorOnAddToWorld (function)
      killGuardian01 (function)
      killGuardian02 (function)
      kriegDoor01OnAddToWorld (function)
      kriegDoor02OnAddToWorld (function)
      kriegKilled (function)
      kriegOnAddToWorld (function)
    areaFQuestMalmouthIndustrial (table)
      RebelBaseDoor01OnAddToWorld (function)
      RebelBaseDoor02OnAddToWorld (function)
      RebelBaseDoor03OnAddToWorld (function)
      endEventMP (function)
      endRebelBaseWaveEvent (function)
      rebelBaseRiftgateOnAddToWorld (function)
      rebelBaseUnlockDoors (function)
      startEventMP (function)
      triggerWaveEvent (function)
      waveEventOnAddToWorld (function)
      waveEventOnRemoveFromWorld (function)
    areaFQuestMalmouthInner (table)
      ClaimedPortal (function)
      VentOneKilled (function)
      VentThreeKilled (function)
      VentTwoKilled (function)
      bossFactoryDoorOnAddToWorld (function)
      bossFactoryUgDoorOnAddToWorld (function)
      unlockBossFactoryDoor (function)
    areaFQuestMalmouthSewers (table)
      garrundRandomizer (function)
      slumsExitOnAddToWorld (function)
      slumsExitUnlock (function)
      upperBaseUnlockDoor (function)
      upperHideoutDoorOnAddToWorld (function)
    areaFQuestPuppetmaster (table)
      PuppetmasterActivate (function)
      PuppetmasterHostileTransition (function)
      PuppetmasterOnAddToWorld (function)
      PuppetmasterOnDestroy (function)
      doorInitialUpdate (function)
      doorOnAddToWorld (function)
    areaFRebelBase (table)
      CaravanBaseOnAddToWorld (function)
      CaravanBaseOnDestroy (function)
      CaravanHideoutOnAddToWorld (function)
      CaravanHideoutOnDestroy (function)
      aetherialProxy01OnAddToWorld (function)
      aetherialProxy02OnAddToWorld (function)
      aetherialSentry01OnAddToWorld (function)
      aetherialsOnDestroy (function)
      cannons01OnAddToWorld (function)
      cannons01OnDestroy (function)
      cannons02OnAddToWorld (function)
      cannons02OnDestroy (function)
      cannons03OnAddToWorld (function)
      cannons03OnDestroy (function)
      factionVendorBaseOnAddToWorld (function)
      factionVendorBaseOnDestroy (function)
      fighterProxy01OnAddToWorld (function)
      fighterProxy02OnAddToWorld (function)
      fightersTransition (function)
      guard01OnAddToWorld (function)
      guard02OnAddToWorld (function)
      guard03OnAddToWorld (function)
      guard04OnAddToWorld (function)
      guard05OnAddToWorld (function)
      guard06OnAddToWorld (function)
      guard07OnAddToWorld (function)
      guard08OnAddToWorld (function)
      injuredGuardBaseOnAddToWorld (function)
      injuredGuardOnDestroy (function)
      injuredGuardSewersOnAddToWorld (function)
      merchantarea01OnAddToWorld (function)
      merchantarea01OnDestroy (function)
      npcArea01OnAddToWorld (function)
      npcArea01OnDestroy (function)
      rebelBaseGateGuardTransition (function)
      refugeeArea01OnAddToWorld (function)
      refugeeArea01OnDestroy (function)
      resistanceNPCOnDestroy (function)
      sewerGateGuardOnAddToWorld (function)
      sewerGateGuardOnDestroy (function)
      smugglerarea01OnAddToWorld (function)
      smugglerarea01OnDestroy (function)
      tableOnAddToWorld (function)
      tableOnDestroy (function)
    areaFRebelBaseAttacks (table)
      aetherialAttack01FollowPatrol (function)
      aetherialAttack01OnAddToWorld (function)
      aetherialAttack01OnDestroy (function)
    areaFRebelSewerHideout (table)
    areaFSideQuests (table)
      StashBlockadeAvatarOnAddToWorld (function)
      StashBlockadeDestroy (function)
      StashBlockadeDestroyGlobalMP (function)
      StashBlockadeOnAddToWorld (function)
      StashBlockadeOnDestroy (function)
      StashDetonationSiteOnAddToWorld (function)
      StashDetonationSiteOnDestroy (function)
      Survivor02InCityOnDestroy (function)
      chestFound (function)
      chestOnAddToWorld (function)
      malmouthSurvivorsPortal (function)
      malmouthTrappedChestOpened (function)
      malmouthTrappedChestOpenedMP (function)
      nicohRandomizer (function)
      nicohRandomizerTest (function)
      saviorChildF01OnAddToWorld (function)
      saviorChildF01OnDestroy (function)
      saviorChildF02OnAddToWorld (function)
      saviorChildF02OnDestroy (function)
      saviorChildM01OnAddToWorld (function)
      saviorChildM01OnDestroy (function)
      saviorChildM02OnAddToWorld (function)
      saviorChildM02OnDestroy (function)
      saviorFriendlyPortal (function)
      saviorHostilePortal (function)
      saviorHostileSwap (function)
      saviorMan01OnAddToWorld (function)
      saviorMan01OnDestroy (function)
      saviorMan02OnAddToWorld (function)
      saviorMan02OnDestroy (function)
      stashupdate (function)
      survivor01InBaseOnAddToWorld (function)
      survivor01InBaseOnDestroy (function)
      survivor01InCityOnAddToWorld (function)
      survivor01InCityOnDestroy (function)
      survivor02InCityOnAddToWorld (function)
      trappedChestMalmouthOnAddToWorld (function)
      trappedChestMourndaleOnAddToWorld (function)
      trappedChestMourndaleOnDestroy (function)
      trappedChestMourndaleOpened (function)
      trappedChestMourndaleOpenedMP (function)
3 Likes

The following are the last of the fields and methods found inside the quests object within the gd object :

    areaGAmbientFighters (table)
      basaltCragsProxy01OnAddToWorld (function)
      basaltCragsProxy02OnAddToWorld (function)
      basaltCragsProxy03OnAddToWorld (function)
      basaltCragsProxy04OnAddToWorld (function)
      cairanProxy01OnAddToWorld (function)
      cairanProxy02OnAddToWorld (function)
      cairanProxy03OnAddToWorld (function)
      cairanProxy04OnAddToWorld (function)
      infernalWastesProxy01OnAddToWorld (function)
      infernalWastesProxy02OnAddToWorld (function)
      korvanCityProxy01OnAddToWorld (function)
      korvanCityProxy02OnAddToWorld (function)
      korvanCityProxy03OnAddToWorld (function)
      korvanCityProxy04OnAddToWorld (function)
      plateauProxy01OnAddToWorld (function)
      plateauProxy02OnAddToWorld (function)
      plateauProxy03OnAddToWorld (function)
    areaGBridges (table)
      areaGArkovianDocksBridgeBlockerOneOnAddToWorld (function)
      areaGArkovianDocksBridgeBlockerTwoOnAddToWorld (function)
      areaGArkovianDocksBridgeOnAddToWorld (function)
      areaGArkovianDocksBridgeRepair (function)
      areaGArkovianDocksBridgeRepairGlobalMP (function)
      areaGArkovianDocksBridgeSiteOnAddToWorld (function)
      areaGArkovianDocksOnDestroy (function)
    areaGBysmielFaction (table)
      KymonSoldier01OnAddToWorld (function)
      KymonSoldier01OnDestroy (function)
      KymonSoldier02OnAddToWorld (function)
      KymonSoldier02OnDestroy (function)
      KymonSoldier03OnAddToWorld (function)
      KymonSoldier03OnDestroy (function)
      bysmielKymonDeserterHostile (function)
      kymonDeserterFriendlyTokenGlobalMP (function)
      kymonDeserterSpawn (function)
    areaGBysmielQuests (table)
      BloodswornChthonianOnKill (function)
      BysmielAlly01OnAddToWorld (function)
      OpenShortcutRift (function)
      RiftOpened (function)
      allyTransition (function)
      altTempleGuardianOnAddToWorld (function)
      altTempleGuardianOnDestroy (function)
      altarFX01OnAddToWorld (function)
      altarFX01OnDestroy (function)
      bloodsworn01OnAddToWorld (function)
      bloodsworn01OnDestroy (function)
      bloodsworn02OnAddToWorld (function)
      bloodsworn02OnDestroy (function)
      bloodsworn03OnAddToWorld (function)
      bloodsworn03OnDestroy (function)
      bloodswornGrantQuest (function)
      bloodswornTrigger (function)
      bloodswornTriggerMP (function)
      bysmielQuestDropper01OnAddToWorld (function)
      bysmielQuestDropper02OnAddToWorld (function)
      bysmielQuestDropper03OnAddToWorld (function)
      bysmielQuestDropper04OnAddToWorld (function)
      bysmielQuestDropper05OnAddToWorld (function)
      bysmielQuestDropper06OnAddToWorld (function)
      bysmielQuestDropper07OnAddToWorld (function)
      bysmielQuestDropper08OnAddToWorld (function)
      bysmielQuestDropper09OnAddToWorld (function)
      bysmielQuestDropper10OnAddToWorld (function)
      guardian01OnKill (function)
      guardian02OnKill (function)
      guardian03OnKill (function)
      guardiansKilledCheck (function)
      interactionSiteOnAddToWorld (function)
      interactionSiteOnDestroy (function)
      lockedChaosRiftOnAddToWorld (function)
      lockedShortcutRiftOnAddToWorld (function)
      spawnInteractionSite (function)
      templeGuardians01OnAddToWorld (function)
      templeGuardians01OnDestroy (function)
      templeGuardians02OnAddToWorld (function)
      templeGuardians02OnDestroy (function)
      templeGuardians03OnAddToWorld (function)
      templeGuardians03OnDestroy (function)
    areaGCelestialSmith (table)
      smithOnAddToWorld (function)
    areaGCovenBase (table)
      covenBaseDoor01OnAddToWorld (function)
      covenBaseUnlockDoors (function)
      meritsNPCOnAddToWorld (function)
    areaGDreegFaction (table)
      blockadeAvatarOnAddToWorld (function)
      interactionSiteOnAddToWorld (function)
      interactionSiteOnDestroy (function)
      madWitchBlockadeDestroy (function)
      madWitchBlockadeDestroyGlobalMP (function)
      madWitchBlockadeOnAddToWorld (function)
      madWitchBlockadeOnDestroy (function)
      madWitchHostileTransition (function)
      madWitchKill (function)
      madWitchOnAddToWorld (function)
      madWitchOnDestroy (function)
      spawnInteractionSite (function)
    areaGDreegQuests (table)
      RiftOpened (function)
      corrupt01OnKill (function)
      corrupt02OnKill (function)
      corrupt03OnKill (function)
      corruptionQuest01OnAddToWorld (function)
      corruptionQuest02OnAddToWorld (function)
      corruptionQuest03OnAddToWorld (function)
      corruptionQuest04OnAddToWorld (function)
      corruptionQuest05OnAddToWorld (function)
      corruptionQuest06OnAddToWorld (function)
      corruptionQuest07OnAddToWorld (function)
      corruptionQuest08OnAddToWorld (function)
      corruptionQuest09OnAddToWorld (function)
      corruptionQuest10OnAddToWorld (function)
      corruptionQuest11OnAddToWorld (function)
      corruptionQuest12OnAddToWorld (function)
      corruptionQuest13OnAddToWorld (function)
      corruptionQuest14OnAddToWorld (function)
      corruptionQuest15OnAddToWorld (function)
      dreegCorruption01GlobalMP (function)
      dreegCorruption02GlobalMP (function)
      dreegCorruption03GlobalMP (function)
      dreegDCBossKill (function)
      dreegUsurperOnKill (function)
      lockedChaosRiftOnAddToWorld (function)
      lockedShortcutRiftOnAddToWorld (function)
    areaGFatherKymon (table)
      RiftOpened (function)
      RiftOpenedGlobalMP (function)
      bossFlames01OnAddToWorld (function)
      bossFlames02OnAddToWorld (function)
      bossFlames03OnAddToWorld (function)
      bossFlames04OnAddToWorld (function)
      bossFlames05OnAddToWorld (function)
      bossFlames06OnAddToWorld (function)
      bossFlames07OnAddToWorld (function)
      bossFlames08OnAddToWorld (function)
      bossFlames09OnAddToWorld (function)
      bossFlames10OnAddToWorld (function)
      bossFlames11OnAddToWorld (function)
      bossFlames12OnAddToWorld (function)
      bossFlames13OnAddToWorld (function)
      bossFlames14OnAddToWorld (function)
      bossFlames15OnAddToWorld (function)
      bossFlames16OnAddToWorld (function)
      bossLeaveRoom (function)
      doorKymonA01OnAddToWorld (function)
      doorKymonA02OnAddToWorld (function)
      eldritchGateFXAvatarOnAddToWorld (function)
      eldritchGateFXOnAddToWorld (function)
      eldritchGateFXOnDestroy (function)
      eldritchGateTrigger (function)
      eldritchGateTriggerGlobalMP (function)
      interactionSiteOnAddToWorld (function)
      interactionSiteOnDestroy (function)
      korvaakVOGlobalMP (function)
      kymonAvatarOnAddToWorld (function)
      kymonBossOnAddToWorld (function)
      kymonBossOnDestroy (function)
      kymonExitDoorInitialUpdate (function)
      kymonExitDoorOnAddToWorld (function)
      kymonHostileSwitch (function)
      kymonHostileSwitchGlobalMP (function)
      kymonKilled (function)
      triggerFlames (function)
      triggerFlamesMP (function)
    areaGForwardCamp (table)
      Door01OnAddToWorld (function)
      Door02OnAddToWorld (function)
      UnlockDoors (function)
      UnlockDoorsKorvaak (function)
    areaGInventorApprentice (table)
      corpseOnAddToWorld (function)
      corpseOnDestroy (function)
    areaGInventorLostTome (table)
      InventorOnAddToWorld (function)
      InventorOnDestroy (function)
    areaGKorvaak (table)
      bossChestFound (function)
      bossChestOnAddToWorld (function)
      bossExitShortcutOnAddToWorld (function)
      bossPhase01OnAddToWorld (function)
      bossPhase03Finished (function)
      bossPhase03Killed (function)
      bossPhase03OnAddToWorld (function)
      decorationAvatarOnAddToWorld (function)
      decorationOnAddToWorld (function)
      finalBossOnAddToWorld (function)
      finalBossOnDestroy (function)
      korvaakVO01 (function)
      korvaakVO01GlobalMP (function)
      korvaakVO02 (function)
      korvaakVO02GlobalMP (function)
      korvaakVO03 (function)
      korvaakVO03GlobalMP (function)
      lootChest02OnAddToWorld (function)
      lootChestOnAddToWorld (function)
      turret01AvatarOnAddToWorld (function)
      turret01OnAddToWorld (function)
      turret02AvatarOnAddToWorld (function)
      turret02OnAddToWorld (function)
      turret03AvatarOnAddToWorld (function)
      turret03OnAddToWorld (function)
      turretBreakOnAddToWorld (function)
      turretCreatureOnAddToWorld (function)
      turretDecor01AvatarOnAddToWorld (function)
      turretDecor01OnAddToWorld (function)
      turretDecor02AvatarOnAddToWorld (function)
      turretDecor02OnAddToWorld (function)
      turretDecor03AvatarOnAddToWorld (function)
      turretDecor03OnAddToWorld (function)
    areaGMiscEncounters (table)
      KymonDeserter02LostOnAddToWorld (function)
      KymonDeserter02OnDestroy (function)
      KymonDeserter02RescueOnAddToWorld (function)
      kymonDeserter02Transition (function)
      kymonDeserter02TransitionGlobalMP (function)
      mummyOsyrAvatarOnAddToWorld (function)
      mummyOsyrEntranceOnAddToWorld (function)
      mummyOsyrLeaveRoom (function)
      mummyOsyrOnKill (function)
      mummyOsyrShortcutOnAddToWorld (function)
      mummyTurretOnAddToWorld (function)
    areaGNPCCampSwap (table)
      BysmielLeaderConclaveOnAddToWorld (function)
      BysmielLeaderConclaveOnDestroy (function)
      BysmielLeaderVanguardOnAddToWorld (function)
      BysmielLeaderVanguardOnDestroy (function)
      DreegLeaderConclaveOnAddToWorld (function)
      DreegLeaderConclaveOnDestroy (function)
      DreegLeaderVanguardOnAddToWorld (function)
      DreegLeaderVanguardOnDestroy (function)
      SolaelLeaderConclaveOnAddToWorld (function)
      SolaelLeaderConclaveOnDestroy (function)
      SolaelLeaderVanguardOnAddToWorld (function)
      SolaelLeaderVanguardOnDestroy (function)
      VanguardNPCTransition (function)
    areaGNPCDaila (table)
      dailaAreaGTransition (function)
      inKorvanValleyOnAddToWorld (function)
      inKorvanValleyOnDestroy (function)
    areaGNPCDeathsVigil (table)
      vigil01InfernalWastesOnAddToWorld (function)
      vigil01InfernalWastesOnDestroy (function)
      vigil01KorvanOnAddToWorld (function)
      vigil01KorvanOnDestroy (function)
      vigil02InfernalWastesOnAddToWorld (function)
      vigil02InfernalWastesOnDestroy (function)
      vigil02KorvanOnAddToWorld (function)
      vigil02KorvanOnDestroy (function)
      vigil03InfernalWastesOnAddToWorld (function)
      vigil03InfernalWastesOnDestroy (function)
      vigil03KorvanOnAddToWorld (function)
      vigil03KorvanOnDestroy (function)
    areaGNPCSpecial (table)
      altarActivated (function)
      altarActivatedGlobalMP (function)
      altarTest (function)
      barricadeTriggered (function)
      bossKilled (function)
      breakable01Broken (function)
      breakable01BrokenGlobalMP (function)
      breakable01OnAddToWorld (function)
      breakable02Broken (function)
      breakable02BrokenGlobalMP (function)
      breakable02OnAddToWorld (function)
      breakable03Broken (function)
      breakable03BrokenGlobalMP (function)
      breakable03OnAddToWorld (function)
      breakable04Broken (function)
      breakable04BrokenGlobalMP (function)
      breakable04OnAddToWorld (function)
      breakable05Broken (function)
      breakable05BrokenGlobalMP (function)
      breakable05OnAddToWorld (function)
      breakable06Broken (function)
      breakable06BrokenGlobalMP (function)
      breakable06OnAddToWorld (function)
      breakableOnDestroy (function)
      crateNPCOnAddToWorld (function)
      crateNPCOnDestroy (function)
      decalOnAddToWorld (function)
      exitShortcutOnAddToWorld (function)
      focusChest01Found (function)
      focusChest01OnAddToWorld (function)
      gloveChest01Found (function)
      gloveChest01OnAddToWorld (function)
      interactionSiteAvatarOnAddToWorld (function)
      interactionSiteOnAddToWorld (function)
      lever01AvatarOnAddToWorld (function)
      lever01Broken (function)
      lever01OnAddToWorld (function)
      lever02AvatarOnAddToWorld (function)
      lever02Broken (function)
      lever02OnAddToWorld (function)
      lever03AvatarOnAddToWorld (function)
      lever03Broken (function)
      lever03OnAddToWorld (function)
      lever04AvatarOnAddToWorld (function)
      lever04Broken (function)
      lever04OnAddToWorld (function)
      lever05AvatarOnAddToWorld (function)
      lever05Broken (function)
      lever05OnAddToWorld (function)
      leverCleanUpTrigger (function)
      leverCleanUpTriggerMP (function)
      leverDoorOnAddToWorld (function)
      leverOnDestroy (function)
      leverTestGlobalMP (function)
      lockedSpecialRiftOnAddToWorld (function)
      lootChest02OnAddToWorld (function)
      lootChestOnAddToWorld (function)
      lootDoorOnAddToWorld (function)
      openSecret (function)
      openSpecialRift (function)
      ringA001Chest01Found (function)
      ringA001Chest01OnAddToWorld (function)
      scionTrigger (function)
      secretDoorOnAddToWorld (function)
      shieldChest01Found (function)
      shieldChest01OnAddToWorld (function)
      shieldChest02Found (function)
      shieldChest02OnAddToWorld (function)
      shieldChest03Found (function)
      shieldChest03OnAddToWorld (function)
      shieldChest04Found (function)
      shieldChest04OnAddToWorld (function)
      shieldChest05Found (function)
      shieldChest05OnAddToWorld (function)
      spawnAvatarOnAddToWorld (function)
      special01AltarFXOnAddToWorld (function)
      special01nteractionSiteOnAddToWorld (function)
      specialBlockadeAvatarOnAddToWorld (function)
      specialBlockadeDestroy (function)
      specialBlockadeOnAddToWorld (function)
      specialBoss01OnAddToWorld (function)
      specialBossAvatar01OnAddToWorld (function)
      vanguardRitual (function)
      vanguardRitualFinished (function)
      vanguardRitualFinishedGlobalMP (function)
      vanguardRitualObjectOnAddToWorld (function)
      vanguardRitualPeriodicFX (function)
      warningNoRiftgates (function)
    areaGSQKorvaakMessenger (table)
      bossLeaveRoom (function)
      doorA01OnAddToWorld (function)
      messengerAvatarOnAddToWorld (function)
      messengerOnKill (function)
    areaGSQMawOfEnaht (table)
      MawOfEnahtFound (function)
      carmac01OnAddToWorld (function)
      carmac01OnDestroy (function)
      carmacNote01OnAddToWorld (function)
      carmacNote01OnDestroy (function)
      carmacNote02OnAddToWorld (function)
      carmacNote02OnDestroy (function)
    areaGSQPreemptiveStrike (table)
      bossKill (function)
      bossOnAddToWorld (function)
      bossOnDestroy (function)
      conduit01OnAddToWorld (function)
      conduit01OnBreak (function)
      conduit01OnDestroy (function)
      conduit02OnAddToWorld (function)
      conduit02OnBreak (function)
      conduit02OnDestroy (function)
      conduit03OnAddToWorld (function)
      conduit03OnBreak (function)
      conduit03OnDestroy (function)
      spawnBoss (function)
    areaGSQSupplyRun (table)
      Witch01LostOnAddToWorld (function)
      Witch01LostOnDestroy (function)
      Witch01RescuedOnAddToWorld (function)
      Witch01RescuedOnDestroy (function)
      Witch02LostOnAddToWorld (function)
      Witch02LostOnDestroy (function)
      Witch02RescuedOnAddToWorld (function)
      Witch02RescuedOnDestroy (function)
      WitchesRescue (function)
      WitchesRescued01GlobalMP (function)
      suppliesLostOnAddToWorld (function)
      suppliesLostOnDestroy (function)
      suppliesRecoveredOnAddToWorld (function)
      suppliesRecoveredOnDestroy (function)
    areaGSolaelFaction (table)
      ChestsSpawnMP (function)
      Sarcophagi01OnDestroy (function)
      Sarcophagi02OnDestroy (function)
      Sarcophagi03OnDestroy (function)
      SarcophagiSpawn01 (function)
      SarcophagiSpawn01OnDestroy (function)
      SarcophagiSpawn02 (function)
      SarcophagiSpawn02OnDestroy (function)
      SarcophagiSpawn03 (function)
      SarcophagiSpawn03OnDestroy (function)
      Sarcophagus01 (function)
      Sarcophagus02 (function)
      Sarcophagus03 (function)
      SolaelSpawnGuardian01 (function)
      SolaelSpawnGuardian02 (function)
      UGDoorOnAddToWorld (function)
      destructible01AvatarOnAddToWorld (function)
      destructible01OnAddToWorld (function)
      destructible02AvatarOnAddToWorld (function)
      destructible02OnAddToWorld (function)
      hiddenDoorOnAddToWorld (function)
      sarcophagus01AOnOpen (function)
      sarcophagus01OnOpen (function)
      sarcophagus02OnOpen (function)
      sarcophagus03OnOpen (function)
      solaelStatue01OnAddToWorld (function)
      solaelStatue02OnAddToWorld (function)
      solaelStatue03OnAddToWorld (function)
      solaelStatueGuardian01Killed (function)
      solaelStatueGuardian02Killed (function)
      solaelStatueGuardianBossKilled (function)
      solaelStatueNPC01OnAddToWorld (function)
      solaelStatueNPC02OnAddToWorld (function)
      solaelStatueNPC03OnAddToWorld (function)
      solaelStatuesOnDestroy (function)
      spawnStatueNPCs (function)
      statue01Activate (function)
      statue01ActivateGlobalMP (function)
      statue01Randomizer (function)
      statue02Activate (function)
      statue02ActivateGlobalMP (function)
      statue02Randomizer (function)
      statue03Activate (function)
      statue03ActivateGlobalMP (function)
      statue03Randomizer (function)
      tabletPieceSpawn01 (function)
      tabletPieceSpawn02 (function)
      tabletPieceSpawn03 (function)
      triggerChestSpawn (function)
    areaGSolaelQuests (table)
      NPC01Killed (function)
      NPC02Killed (function)
      NPC03Killed (function)
      NPC04Killed (function)
      NPC05Killed (function)
      OpenShortcutRift (function)
      RiftOpened (function)
      chestAlternateOnAddToWorld (function)
      chestOnAddToWorld (function)
      chestOnDestroy (function)
      chestSpawn (function)
      cleanseTheWeakNPC01OnAddToWorld (function)
      cleanseTheWeakNPC01OnDestroy (function)
      cleanseTheWeakNPC02OnAddToWorld (function)
      cleanseTheWeakNPC02OnDestroy (function)
      cleanseTheWeakNPC03OnAddToWorld (function)
      cleanseTheWeakNPC03OnDestroy (function)
      cleanseTheWeakNPC04OnAddToWorld (function)
      cleanseTheWeakNPC04OnDestroy (function)
      cleanseTheWeakNPC05OnAddToWorld (function)
      cleanseTheWeakNPC05OnDestroy (function)
      interactionSiteOnAddToWorld (function)
      interactionSiteOnDestroy (function)
      lockedChaosRiftOnAddToWorld (function)
      lockedShortcutRiftOnAddToWorld (function)
      solaelWeakChose01MP (function)
      solaelWeakChose02MP (function)
      solaelWeakChose03MP (function)
      solaelWeakChose04MP (function)
      solaelWeakChose05MP (function)
      spawnInteractionSite (function)
      transitionNPC01 (function)
      transitionNPC02 (function)
      transitionNPC03 (function)
      transitionNPC04 (function)
      transitionNPC05 (function)
    areaGTestedAndProven (table)
      NPCOnAddToWorld (function)
      NPCOnDestroy (function)
      endEventMP (function)
      endWitchGodTestWaveEvent (function)
      startEvent (function)
      swapNPC (function)
      waveEventOnAddToWorld (function)
      waveEventOnRemoveFromWorld (function)
    areaGTheEmissary (table)
      BurntDecalOnAddToWorld (function)
      BurntDecalOnDestroy (function)
      EmissaryCovenOnAddToWorld (function)
      EmissaryDCOnAddToWorld (function)
      EmissaryHomesteadOnAddToWorld (function)
      EmissaryIkonOnAddToWorld (function)
      EmissaryMalmouthOnAddToWorld (function)
      EmissaryOnDestroy (function)
      GDX2EntranceTrigger (function)
      lockedRiftCovenOnAddToWorld (function)
      lockedRiftDCOnAddToWorld (function)
      lockedRiftHomesteadOnAddToWorld (function)
      lockedRiftIkonOnAddToWorld (function)
      lockedRiftInitialUpdate (function)
      lockedRiftMalmouthOnAddToWorld (function)
      openKorvanRifts (function)
      spawnInitialEmissary (function)
      triggerEmissary (function)
    areaGTheTest (table)
      killRecruit01 (function)
      killRecruit02 (function)
      killRecruit03 (function)
      recruitsFailedTokenGlobalMP (function)
      recruitsPassedTokenGlobalMP (function)
      theTestRecruit01OnAddToWorld (function)
      theTestRecruit01OnDestroy (function)
      theTestRecruit02OnAddToWorld (function)
      theTestRecruit02OnDestroy (function)
      theTestRecruit03OnAddToWorld (function)
      theTestRecruit03OnDestroy (function)
      transitionRecruits (function)
    areaGThreeBrothers (table)
      Brother03FoundTokenMP (function)
      Brother03GhostTransition (function)
      brother02OnAddToWorld (function)
      brother02OnDestroy (function)
      brother02RescuedOnAddToWorld (function)
      brother02RescuedOnDestroy (function)
      brother03CorpseInteract (function)
      brother03CorpseOnAddToWorld (function)
      brother03CorpseOnDestroy (function)
      brother03GhostOnAddToWorld (function)
      brother03GhostOnDestroy (function)
      brother03RescuedOnAddToWorld (function)
      brother03RescuedOnDestroy (function)
      madPriestKill (function)
      rescueBrother02 (function)
      rescueBrother03 (function)
    areaGTombOfHereticBosses (table)
      Boss2Killed (function)
      Magi1Killed (function)
      Magi2Killed (function)
      Magi3Killed (function)
      Magi4Killed (function)
      Magi5Killed (function)
      Magi6Killed (function)
      Magi7Killed (function)
      blockadeAvatarOnAddToWorld (function)
      boss1LootChestOnAddToWorld (function)
      bossEventSpawner01OnAddToWorld (function)
      bossEventSpawner01OnRemoveFromWorld (function)
      bossWraithsOnAddToWorld (function)
      doorBossA01OnAddToWorld (function)
      doorBossA02OnAddToWorld (function)
      doorBossB01OnAddToWorld (function)
      doorBossB02OnAddToWorld (function)
      doorGuardianKilled (function)
      epicDoorOnInteract (function)
      epicDoorOnInteractGlobalMP (function)
      exitShortcutOnAddToWorld (function)
      generateMagiMP (function)
      interactionSiteOnAddToWorld (function)
      interactionSiteOnDestroy (function)
      magiBoss01OnAddToWorld (function)
      magiBoss02OnAddToWorld (function)
      proxyFollowPatrol (function)
      riggsCollectors01OnAddToWorld (function)
      riggsCollectors02OnAddToWorld (function)
      riggsCollectors03OnAddToWorld (function)
      riggsCollectors04OnAddToWorld (function)
      riggsCollectors05OnAddToWorld (function)
      riggsCollectors06OnAddToWorld (function)
      riggsCollectors07OnAddToWorld (function)
      riggsCollectors08OnAddToWorld (function)
      riggsCollectors09OnAddToWorld (function)
      riggsCollectors10OnAddToWorld (function)
      riggsCollectors11OnAddToWorld (function)
      riggsCollectors12OnAddToWorld (function)
      riggsCollectors13OnAddToWorld (function)
      riggsCollectors14OnAddToWorld (function)
      riggsCollectors15OnAddToWorld (function)
      riggsCollectors16OnAddToWorld (function)
      riggsCollectors17OnAddToWorld (function)
      riggsCollectors18OnAddToWorld (function)
      riggsCollectors19OnAddToWorld (function)
      riggsCollectors20OnAddToWorld (function)
      riggsCollectors21OnAddToWorld (function)
      riggsCollectors22OnAddToWorld (function)
      tombBlockadeDestroy (function)
      tombBlockadeDestroyGlobalMP (function)
      tombBlockadeOnAddToWorld (function)
      tombBlockadeOnDestroy (function)
      tombDoorInitialUpdate (function)
      tombGuardDoorOnAddToWorld (function)
      triggerWraiths (function)
      triggerWraithsGlobalMP (function)
      turret01OnAddToWorld (function)
      turretCreature02OnAddToWorld (function)
      turretCreatureOnAddToWorld (function)
      turretDecor01OnAddToWorld (function)
      turretDecor02OnAddToWorld (function)
      turretDecor03OnAddToWorld (function)
      turretDecor04OnAddToWorld (function)
      unlockShortcut (function)
      updateStatus (function)
      warningNoRiftgates (function)
    areaGTombOfHereticChallenges (table)
      doorRoomA01OnAddToWorld (function)
      endgauntletWaveEvent (function)
      gauntletChestOnAddToWorld (function)
      gauntletChestOpened (function)
      gauntletWaveEventOnAddToWorld (function)
      gauntletWaveEventOnRemoveFromWorld (function)
      startGauntletEvent (function)
      startGauntletEventMP (function)
    areaGTombOfKorvaak (table)
      DravisKilled (function)
      dailaPendantOnAddToWorld (function)
      dailaPendantOnDestroy (function)
      dravisBossOnAddToWorld (function)
      dravisBossOnDestroy (function)
      dravisBossUnlockedOnAddToWorld (function)
      dravisHostileSwitch (function)
      dravisHostileSwitchGlobalMP (function)
      dravisTransition (function)
      korvaakDoorAvatarOnAddToWorld (function)
      korvaakDoorBlockadeDestroyGlobalMP (function)
      korvaakDoorBlockadeOnAddToWorld (function)
      korvaakDoorBlockadeOnDestroy (function)
      korvaakDoorFXAvatarOnAddToWorld (function)
      korvaakDoorFXOnAddToWorld (function)
      korvaakDoorFXOnDestroy (function)
      korvaakDoorFXTransition (function)
      korvaakTombEntranceDestroy (function)
      korvaakTombEntranceFound (function)
      korvaakTombEntranceTokenMP (function)
      korvaakTombEntranceTrigger (function)
      korvaakTombInside (function)
      korvaakTombInsideGlobalMP (function)
      lootAmulet (function)
      spawnNecklace (function)
      templeGuardOnAddToWorld (function)
      templeGuardOnDestroy (function)
      tombGuardDoorInitialUpdate (function)
      tombGuardDoorOnAddToWorld (function)
      tombGuardKilled (function)
      uroboruuk01OnAddToWorld (function)
      uroboruuk01OnDestroy (function)
      uroboruukOpenTransition (function)
      uroboruukTransition (function)
    areaGWitchGodBaseAttacks (table)
      gateAttack01FollowPatrol (function)
      gateAttack01OnAddToWorld (function)
      gateAttack02FollowPatrol (function)
      gateAttack02OnAddToWorld (function)
      gateAttack03FollowPatrol (function)
      gateAttack03OnAddToWorld (function)
      gateAttacksOnDestroy (function)
    burrwitchBridges (table)
      blockadeDestroy (function)
      blockadeDestroyGlobalMP (function)
      burrwitchBlockadeAvatarOnAddToWorld (function)
      burrwitchBlockadeOnAddToWorld (function)
      burrwitchBlockadeOnDestroy (function)
      burrwitchBridgeBlockerOneOnAddToWorld (function)
      burrwitchBridgeBlockerOneOnDestroy (function)
      burrwitchBridgeOnAddToWorld (function)
      burrwitchBridgeOnDestroy (function)
      burrwitchBridgeRepair (function)
      burrwitchBridgeRepairGlobalMP (function)
      burrwitchBridgeSiteOnAddToWorld (function)
      burrwitchBridgeSiteOnDestroy (function)
      wightmireBridgeBlockerOneOnAddToWorld (function)
      wightmireBridgeBlockerOneOnDestroy (function)
      wightmireBridgeBlockerTwoOnAddToWorld (function)
      wightmireBridgeBlockerTwoOnDestroy (function)
      wightmireBridgeOnAddToWorld (function)
      wightmireBridgeOnDestroy (function)
      wightmireBridgeRepair (function)
      wightmireBridgeRepairGlobalMP (function)
      wightmireBridgeSiteOnAddToWorld (function)
      wightmireBridgeSiteOnDestroy (function)
    devilsCrossing (table)
      giveGateToken (function)
      introPotionChestOnAddToWorld (function)
      introPotionChestOnDestroy (function)
      introPotionsFound (function)
      johnBourbon (table)
        despawnOffice (function)
        introOnAddToWorld (function)
        introOnDestroy (function)
        moveToOffice (function)
        moveToOfficeGlobalMP (function)
        officeOnAddToWorld (function)
        officeOnDestroy (function)
      prisonGateDoorOnAddToWorld (function)
      prisonGateDoorOpen (function)
      prisonGateEntry (function)
    devilsCrossingAttack (table)
      aetherCracksOnAddToWorld (function)
      aetherCracksOnDestroy (function)
      attackTransition (function)
      blackLegionFiveOnAddToWorld (function)
      blackLegionFourOnAddToWorld (function)
      blackLegionOnDestroy (function)
      blackLegionOneOnAddToWorld (function)
      blackLegionSixOnAddToWorld (function)
      blackLegionThreeOnAddToWorld (function)
      blackLegionTransition (function)
      blackLegionTwoOnAddToWorld (function)
      gateEntranceOnAddToWorld (function)
      gateEntranceOnDestroy (function)
      gateGuardOnAddToWorld (function)
      gateGuardOnDestroy (function)
      harmondOnAddToWorld (function)
      harmondOnDestroy (function)
      mapleTreeOnAddToWorld (function)
      mapleTreeOnDestroy (function)
      merchantAreaOnAddToWorld (function)
      merchantAreaOnDestroy (function)
      tombstoneFourOnAddToWorld (function)
      tombstoneOnDestroy (function)
      tombstoneOneOnAddToWorld (function)
      tombstoneThreeOnAddToWorld (function)
      tombstoneTwoOnAddToWorld (function)
      vendorOnAddToWorld (function)
      vendorOnDestroy (function)
    devilsCrossingBridges (table)
      farmlandBridgeBlockerOnAddToWorld (function)
      farmlandBridgeBlockerOnDestroy (function)
      farmlandBridgeOnAddToWorld (function)
      farmlandBridgeOnDestroy (function)
      farmlandBridgeRepair (function)
      farmlandBridgeRepairGlobalMP (function)
      farmlandBridgeSiteOnAddToWorld (function)
      farmlandBridgeSiteOnDestroy (function)
      oldGroveBridgeBlockerOnAddToWorld (function)
      oldGroveBridgeBlockerOnDestroy (function)
      oldGroveBridgeOnAddToWorld (function)
      oldGroveBridgeOnDestroy (function)
      oldGroveBridgeRepair (function)
      oldGroveBridgeRepairGlobalMP (function)
      oldGroveBridgeSiteOnAddToWorld (function)
      oldGroveBridgeSiteOnDestroy (function)
    devilsCrossingFlavorBurrwitchHermit (table)
      hermitKilled (function)
      hermitOnAddToWorld (function)
      hermitOnDestroy (function)
      hostileSwitch (function)
      hostileSwitchGlobalMP (function)
    devilsCrossingNPCBlacksmith (table)
      B18HotfixGlobalMP (function)
      apprenticeBlacksmithOnAddToWorld (function)
      apprenticeBlacksmithOnDestroy (function)
      areaDBlacksmithOnAddToWorld (function)
      areaDBlacksmithOnDestroy (function)
      blacksmithAreaOnAddToWorld (function)
      blacksmithAreaOnDestroy (function)
      blacksmithAreaOnRemoveFromWorld (function)
      blacksmithPortal (function)
      despawnApprentice (function)
      hostileSwitch (function)
      masterBlacksmithOnAddToWorld (function)
      masterBlacksmithOnDestroy (function)
      masterForcedTokenGlobalMP (function)
      refugeeOneOnAddToWorld (function)
      refugeeOneOnDestroy (function)
      refugeeThreeOnAddToWorld (function)
      refugeeThreeOnDestroy (function)
      refugeeTwoOnAddToWorld (function)
      refugeeTwoOnDestroy (function)
      spawnMasterBlacksmith (function)
      teleportApprentice (function)
      townBlacksmithOnAddToWorld (function)
      townBlacksmithOnDestroy (function)
      townBlacksmithOpenShop (function)
    devilsCrossingNPCCook (table)
      UlgrimSwap (function)
      assistantOnAddToWorld (function)
      assistantOnDestroy (function)
      captiveCookOnAddToWorld (function)
      captiveCookOnDestroy (function)
      captiveCookPortal (function)
      cookAreaOnAddToWorld (function)
      cookAreaOnDestroy (function)
      cookAreaOnRemoveFromWorld (function)
      foodCheck (function)
      giveFood (function)
      rescuedCookOnAddToWorld (function)
      rescuedCookOnDestroy (function)
      triggerUlgrimSwap (function)
    devilsCrossingNPCInventor (table)
      captiveInventorOnAddToWorld (function)
      captiveInventorOnDestroy (function)
      captiveInventorPortal (function)
      captiveInventorPortalGlobalMP (function)
      inventorQuestFix (function)
      rescuedInventorOnAddToWorld (function)
      rescuedInventorOnDestroy (function)
      rescuedInventorOpenShop (function)
    devilsCrossingNPCMerchant (table)
      captiveMerchantOnAddToWorld (function)
      captiveMerchantOnDestroy (function)
      captiveMerchantPortal (function)
      captiveMerchantPortalGlobalMP (function)
      merchantAreaOnAddToWorld (function)
      merchantAreaOnDestroy (function)
      merchantAreaOnRemoveFromWorld (function)
      merchantExtortedGlobalMP (function)
      merchantQuestFix (function)
      rescuedMerchantOnAddToWorld (function)
      rescuedMerchantOnDestroy (function)
      rescuedMerchantOpenShop (function)
    devilsCrossingNPCRoverRescue (table)
      captiveRover01OnAddToWorld (function)
      captiveRover02OnAddToWorld (function)
      captiveRoverJasperOnAddToWorld (function)
      captiveRoverOnDestroy (function)
    devilsCrossingNPCSpiritGuide (table)
      attackDespawnSpiritGuide (function)
      spiritGuideOnAddToWorld (function)
      spiritGuideOnDestroy (function)
      spiritGuideSwap (function)
      triggerSpawnNecklace (function)
    devilsCrossingNPCSurvivor (table)
      portal (function)
      rescuedSurvivorOnAddToWorld (function)
      rescuedSurvivorOnDestroy (function)
      trappedSurvivorOnAddToWorld (function)
      trappedSurvivorOnDestroy (function)
    devilsCrossingQuestAethercrystals (table)
      kasparovOnAddToWorld (function)
      kasparovTriesDevice (function)
      kasparovTriesDeviceMP (function)
      kasparovTriesDynamite (function)
      kasparovTriesDynamiteMP (function)
    devilsCrossingQuestBurrwitch (table)
      bossAvatarOnAddToWorld (function)
      bossLeaveRoom (function)
      burrwitchRiftgateOnAddToWorld (function)
      endEventMP (function)
      golemKilled (function)
      heroKilled (function)
      rockwallOnAddToWorld (function)
      startEvent (function)
      triggerEvent (function)
      updateStatus (function)
      waveEventOnAddToWorld (function)
      waveEventOnRemoveFromWorld (function)
    devilsCrossingQuestHartsAmulet (table)
      lootAmulet (function)
    devilsCrossingQuestLostApprentice (table)
      findApprentice (function)
      findApprenticeCellar (function)
      findApprenticeGlobalMP (function)
    devilsCrossingQuestLostCaravan (table)
      findCaravan (function)
      findDriver (function)
      findDriverGlobalMP (function)
    devilsCrossingQuestLostJournal (table)
      cellarDoorOnInteract (function)
      cellarDoorOnInteractGlobalMP (function)
      direniDoorOnAddToWorld (function)
      direniDoorOpen (function)
      direniMineHostileSwitch (function)
      direniMineOnAddToWorld (function)
      direniMineOnDestroy (function)
      direniMineSpawn (function)
      direniMineTriggered (function)
      direniMineTriggeredGlobalMP (function)
      direniSparedTokenGlobalMP (function)
      hiddenCellarOnAddToWorld (function)
      hostileSwitch (function)
      lootJournal (function)
      lootKey (function)
      traitorOnAddToWorld (function)
      traitorOnDestroy (function)
    devilsCrossingQuestReanimator (table)
      findBurialCave (function)
      killReanimator (function)
      killReanimatorGlobalMP (function)
    devilsCrossingQuestRestoreDC (table)
      cellOneOnAddToWorld (function)
      cellOneOnDestroy (function)
      cellThreeOnAddToWorld (function)
      cellThreeOnDestroy (function)
      cellTwoOnAddToWorld (function)
      cellTwoOnDestroy (function)
      restoreCanopies (function)
    devilsCrossingQuestSacrifice (table)
      isaacOnDestroy (function)
      sacrificeChestFound (function)
      sacrificeChestFoundGlobalMP (function)
      sacrificeChestOnAddToWorld (function)
      sacrificeOnAddToWorld (function)
    devilsCrossingQuestSlithLab (table)
      bossDoorEnterOnAddToWorld (function)
      bossDoorExitOnAddToWorld (function)
      bossDoorOpen (function)
      bossLeaveRoom (function)
      bossOnAddToWorld (function)
      cellarDoorOnAddToWorld (function)
      cellarDoorOnInteract (function)
      gaveNotesGlobalMP (function)
      keptNotesGlobalMP (function)
      openDoor (function)
    devilsCrossingQuestWarden (table)
      bossDoorOnAddToWorld (function)
      bossLeaveRoom (function)
      bossOnAddToWorld (function)
      wardenCellarFound (function)
      wardenChestFound (function)
      wardenChestOnAddToWorld (function)
      wardenKilled (function)
      wardenLabFound (function)
    devilsCrossingQuestWaterpump (table)
      barnabasTrapDoorOnAddToWorld (function)
      barnabasTrapDoorUnlock (function)
      cleanseWaterpump (function)
      repairWaterpump (function)
      repairWaterpumpMP (function)
      vilothKilled (function)
      vilothKilledGlobalMP (function)
      waterpumpOnAddToWorld (function)
      waterpumpOnDestroy (function)
    devilsCrossingQuestZombies (table)
      mutant01Killed (function)
      mutant02Killed (function)
      zombie01Killed (function)
      zombie02Killed (function)
      zombie03Killed (function)
    devilsCrossingTownAttacks (table)
      DCGuard01OnAddToWorld (function)
      DCGuard01OnOnDestroy (function)
      DCGuard02OnAddToWorld (function)
      DCGuard02OnOnDestroy (function)
      DCGuardIdle01OnAddToWorld (function)
      DCGuardIdle01OnOnDestroy (function)
      DCGuardIdle02OnAddToWorld (function)
      DCGuardIdle02OnOnDestroy (function)
      aetherialAttacksFollowPatrol (function)
      aetherialAttacksOnAddToWorld (function)
      aetherialAttacksOnDestroy (function)
      outlawAttacksFollowPatrol (function)
      outlawAttacksOnAddToWorld (function)
      outlawAttacksOnDestroy (function)
    devilsCrossingWarnings (table)
      warningGutworm (function)
      warningSanctuary (function)
    devilsCrossingWightmireRiftgate (table)
      endEventMP (function)
      endWaveEvent (function)
      riftgateOnAddToWorld (function)
      startWaveEvent (function)
      startWaveEventMP (function)
      waveEventOnAddToWorld (function)
      waveEventOnRemoveFromWorld (function)
    devilsCrossingWitchGodShrines (table)
      attendantOnAddToWorld (function)
      bossDoor02OnAddToWorld (function)
      bossDoorOnAddToWorld (function)
      bossKilled (function)
      bossLeaveRoom (function)
      bossOnAddToWorld (function)
      door02Open (function)
      door02OpenGlobalMP (function)
      door03Open (function)
      door03OpenGlobalMP (function)
      lootDreegStone (function)
      madQueenLeaveRoom (function)
      madQueenOnAddToWorld (function)
      openSecret (function)
      questCompleteFX (function)
      secretBossKilled (function)
      secretBossRoomDoorOnAddToWorld (function)
      shrine02DoorInitialUpdate (function)
      shrine02DoorOnAddToWorld (function)
      shrine03CaveEntranceOnAddToWorld (function)
      shrine03CaveUnlock (function)
      shrine03DoorInitialUpdate (function)
      shrine03DoorOnAddToWorld (function)
      templeDoorGlobalMP (function)
      templeDoorOnAddToWorld (function)
      templeDoorOnInteract (function)
      triggerCaveEntrance03 (function)
      triggerDoor02 (function)
      triggerDoor03 (function)
    homesteadBridges (table)
      homesteadBridgeBlockerOneOnAddToWorld (function)
      homesteadBridgeBlockerOneOnDestroy (function)
      homesteadBridgeBlockerTwoOnAddToWorld (function)
      homesteadBridgeBlockerTwoOnDestroy (function)
      homesteadBridgeOnAddToWorld (function)
      homesteadBridgeOnDestroy (function)
      homesteadBridgeRepair (function)
      homesteadBridgeRepairGlobalMP (function)
      homesteadBridgeSiteOnAddToWorld (function)
      homesteadBridgeSiteOnDestroy (function)
    homesteadFlavorDefectors (table)
      cageDoor01OnAddToWorld (function)
      cageDoor02OnAddToWorld (function)
      cageDoor03OnAddToWorld (function)
      defector01OnAddToWorld (function)
      defector01OnDestroy (function)
      defector02OnAddToWorld (function)
      defector02OnDestroy (function)
      defector03OnAddToWorld (function)
      defector03OnDestroy (function)
      despawnTokenGlobalMP (function)
      destroyCages (function)
      hostileSwitch (function)
    homesteadFlavorRoadsideExtortion (table)
      Portal (function)
      PortalGlobalMP (function)
      extortionHelenActiveOnAddToWorld (function)
      extortionHelenActiveOnDestroy (function)
      extortionHelenSavedOnAddToWorld (function)
      extortionHelenSavedOnDestroy (function)
      extortionJuliusActiveOnAddToWorld (function)
      extortionJuliusActiveOnDestroy (function)
      extortionJuliusSavedOnAddToWorld (function)
      extortionJuliusSavedOnDestroy (function)
      fooledGlobalMP (function)
      hostileSwitch (function)
      hostileSwitchGlobalMP (function)
    homesteadNPCElsa (table)
      elsaAreaCOnAddToWorld (function)
      elsaAreaCOnDestroy (function)
      elsaCampOnAddToWorld (function)
      elsaCampOnDestroy (function)
      elsaFoundTokenGlobalMP (function)
      elsaSwap (function)
      triggerElsaSwap (function)
      triggerElsaSwapGlobalMP (function)
    homesteadNPCMornay (table)
      Act3FixGlobalMP (function)
      mornayCorpseFound (function)
      mornayCorpseOnAddToWorld (function)
      mornayCorpseOnDestroy (function)
      mornayOnAddToWorld (function)
      mornayOnDestroy (function)
      mornayOnRemoveFromWorld (function)
      mornaySwap (function)
      mornaySwapGlobalMP (function)
    homesteadOldArkoviaBarricade (table)
      blockadeAvatarOnAddToWorld (function)
      blockadeDestroy (function)
      blockadeDestroyGlobalMP (function)
      blockadeOnAddToWorld (function)
      blockadeOnDestroy (function)
      detonationSiteOnAddToWorld (function)
      detonationSiteOnDestroy (function)
    homesteadQuestClearingTheWay (table)
      forgeDestroyed (function)
      forgeDestroyedGlobalMP (function)
      roverBlockadeAvatarOnAddToWorld (function)
      roverBlockadeDestroy (function)
      roverBlockadeDestroyGlobalMP (function)
      roverBlockadeOnAddToWorld (function)
      roverBlockadeOnDestroy (function)
      roverDetonationSiteOnAddToWorld (function)
      roverDetonationSiteOnDestroy (function)
    homesteadQuestCronleySecret (table)
      crystalDestructibleOnAddToWorld (function)
      crystalOnAddToWorld (function)
      crystalOnDestroy (function)
      crystalSwap (function)
      fireOnAddToWorld (function)
      fireOnDestroy (function)
    homesteadQuestFamilyCrisis (table)
      captiveDaughterOnAddToWorld (function)
      captiveDaughterOnDestroy (function)
      captiveWifeOnAddToWorld (function)
      captiveWifeOnDestroy (function)
      hostileSwitch (function)
      hostileSwitchGlobalMP (function)
      rescuedDaughterOnAddToWorld (function)
      rescuedDaughterOnDestroy (function)
      rescuedSkinnerOnAddToWorld (function)
      rescuedSkinnerOnDestroy (function)
      rescuedWifeOnAddToWorld (function)
      rescuedWifeOnDestroy (function)
      skinnerFireOnAddToWorld (function)
      skinnerFireOnDestroy (function)
      skinnerTargetOnAddToWorld (function)
      skinnerTargetOnDestroy (function)
      targetKilled (function)
      unstableSkinnerOnAddToWorld (function)
      unstableSkinnerOnDestroy (function)
      unstableSkinnerPortal (function)
    homesteadQuestLostElder (table)
      elderFoundGlobalMP (function)
      elderOnAddToWorld (function)
      elderOnDestroy (function)
      keptTalismanGlobalMP (function)
      keptTalismanReturnGlobalMP (function)
    homesteadQuestMedicalPractice (table)
      roverGuardInjuredOnAddToWorld (function)
      roverGuardInjuredOnDestroy (function)
      roverGuardOnAddToWorld (function)
      roverGuardOnDestroy (function)
      roverHiramInjuredOnAddToWorld (function)
      roverHiramInjuredOnDestroy (function)
      roverHiramOnAddToWorld (function)
      roverHiramOnDestroy (function)
      roverVendorInjuredOnAddToWorld (function)
      roverVendorInjuredOnDestroy (function)
      roverVendorOnAddToWorld (function)
      roverVendorOnDestroy (function)
    homesteadQuestMurderersAndWorse (table)
      chestAvatarOnAddToWorld (function)
      chestOnAddToWorld (function)
      chestOnDestroy (function)
      edmundKilled (function)
      edmundOnAddToWorld (function)
      edmundOnDestroy (function)
      homesteadBridgeScouted (function)
    homesteadQuestNecromancer (table)
      ghostCampOnAddToWorld (function)
      ghostCampOnDestroy (function)
      ghostInsideRuinOnAddToWorld (function)
      ghostInsideRuinOnDestroy (function)
      ghostOutsideRuinOnAddToWorld (function)
      ghostOutsideRuinOnDestroy (function)
      necromancerBaseOnAddToWorld (function)
      necromancerBaseOnDestroy (function)
      necromancerCampOnAddToWorld (function)
      necromancerCampOnDestroy (function)
      oligarchOneKilled (function)
      oligarchThreeKilled (function)
      oligarchTwoKilled (function)
      swapGhostOne (function)
      swapGhostTwo (function)
    homesteadQuestOldArkovia (table)
      bossAvatarOnAddToWorld (function)
      bossDoor02OnAddToWorld (function)
      bossDoorOnAddToWorld (function)
      bossKilled (function)
      bossLeaveRoom (function)
      brokenHillsEntered (function)
      harpyKilled (function)
      lootAnnals (function)
      lootPassage (function)
      shrineOnAddToWorld (function)
      undercityShortcutOnAddToWorld (function)
      undercityShortcutOnDestroy (function)
    homesteadQuestPayingTribute (table)
      SilasFlee (function)
      childrenRescue (function)
      hostileSwitch (function)
      hostileSwitchGlobalMP (function)
      silasKilled (function)
      townChildBoyOnAddToWorld (function)
      townChildBoyOnDestroy (function)
      townChildGirlOnAddToWorld (function)
      townChildGirlOnDestroy (function)
      trappedChildBoyOnAddToWorld (function)
      trappedChildBoyOnDestroy (function)
      trappedChildGirlOnAddToWorld (function)
      trappedChildGirlOnDestroy (function)
      villageAliciaOnAddToWorld (function)
      villageAliciaOnDestroy (function)
      villageChildBoyOnAddToWorld (function)
      villageChildBoyOnDestroy (function)
      villageChildGirlOnAddToWorld (function)
      villageChildGirlOnDestroy (function)
      villageFireOnAddToWorld (function)
      villageFireOnDestroy (function)
      villageSilasOnAddToWorld (function)
      villageSilasOnDestroy (function)
      villageSwap (function)
      villageVillagerCorpseOnAddToWorld (function)
      villageVillagerCorpseOnDestroy (function)
      villageVillagerCorpsePileOnAddToWorld (function)
      villageVillagerCorpsePileOnDestroy (function)
      villageVillagerOneOnAddToWorld (function)
      villageVillagerOneOnDestroy (function)
      villageVillagerTwoOnAddToWorld (function)
      villageVillagerTwoOnDestroy (function)
    homesteadQuestRemoveTheHead (table)
      bossEntryDoorOnAddToWorld (function)
      bossExitDoorOnAddToWorld (function)
      bossLeaveRoom (function)
      dariusAvatarOnAddToWorld (function)
      dariusChestFound (function)
      dariusChestOnAddToWorld (function)
      dariusKilled (function)
      dariusOnAddToWorld (function)
      dariusOnDestroy (function)
      debrisOnAddToWorld (function)
      hostileSwitch (function)
      hostileSwitchGlobalMP (function)
      martinKilled (function)
      secretTriggered (function)
    homesteadQuestTrollRampage (table)
      spawnTroll (function)
      trollOnAddToWorld (function)
      trollOnDestroy (function)
    homesteadQuestVengeance (table)
      daughterHomesteadOnAddToWorld (function)
      daughterHomesteadOnDestroy (function)
      daughterHostileSwitchGlobalMP (function)
      drewOnAddToWorld (function)
      drewOnDestroy (function)
      drewSwap (function)
      homesteadSwap (function)
      homesteadSwapGlobalMP (function)
      homesteadVendorSwap (function)
      homesteadVendorSwapGlobalMP (function)
      hostileSwitchGlobalMP (function)
      isaiahCartOnAddToWorld (function)
      isaiahCartOnDestroy (function)
      isaiahHomesteadOnAddToWorld (function)
      isaiahHomesteadOnDestroy (function)
      isaiahHostileSwitch (function)
      isaiahKilled (function)
      isaiahOnAddToWorld (function)
      isaiahOnDestroy (function)
      josephineHostileSwitch (function)
      josephineKilled (function)
      josephineOnAddToWorld (function)
      josephineOnDestroy (function)
      merchantAreaOnAddToWorld (function)
      merchantAreaOnDestroy (function)
      merchantAreaOnRemoveFromWorld (function)
      tookMoneyGlobalMP (function)
      trustGlobalMP (function)
    homesteadQuestWeNeedFood (table)
      brokenBridge (function)
      smugglerPass (function)
      trollKilled (function)
      trollWallOnAddToWorld (function)
    homesteadStepsOfTormentBosses (table)
      Boss1DoorOpen (function)
      Boss2Killed (function)
      doorBossA01OnAddToWorld (function)
      doorBossA02OnAddToWorld (function)
      doorBossB01OnAddToWorld (function)
      doorBossB02OnAddToWorld (function)
      doorFloor3OnAddToWorld (function)
      epicDoorOnInteract (function)
      epicDoorOnInteractGlobalMP (function)
      exitShortcutOnAddToWorld (function)
      grandPriestKilled (function)
      unlockShortcut (function)
      warningNoRiftgates (function)
    homesteadStepsOfTormentChallenges (table)
      doorHallA01OnAddToWorld (function)
      doorHallA02OnAddToWorld (function)
      doorRoomA01OnAddToWorld (function)
      doorRoomA02OnAddToWorld (function)
      doorRoomB01OnAddToWorld (function)
      doorRoomB02OnAddToWorld (function)
      doorRoomC01OnAddToWorld (function)
      doorRoomC02OnAddToWorld (function)
      endFloor5Event (function)
      endFloor5WaveEvent (function)
      endHallAEvent (function)
      endRoomAWaveEvent (function)
      floor5ChestOnAddToWorld (function)
      floor5RoomBOnAddToWorld (function)
      floor5RoomBOnRemoveFromWorld (function)
      floor5RoomCOnAddToWorld (function)
      floor5RoomCOnRemoveFromWorld (function)
      hallLeverOnAddToWorld (function)
      hallSpawnOnAddToWorld (function)
      startHallAEvent (function)
      startHallAEventMP (function)
      startRoomAWaveEvent (function)
      startRoomAWaveEventMP (function)
      trappedChestOnAddToWorld (function)
      trappedChestOpened (function)
      trappedChestOpenedMP (function)
      triggerFloor5RoomB (function)
      triggerFloor5RoomC (function)
      triggerFloor5RoomEventMP (function)
      updateStatus (function)
      waveEventRoomAChestOnAddToWorld (function)
      waveEventRoomAChestOpened (function)
      waveEventRoomAOnAddToWorld (function)
      waveEventRoomAOnRemoveFromWorld (function)
    necropolisBarricades (table)
      jaggedWastesBlockadeAvatarOnAddToWorld (function)
      jaggedWastesBlockadeDestroy (function)
      jaggedWastesBlockadeDestroyGlobalMP (function)
      jaggedWastesBlockadeOnAddToWorld (function)
      jaggedWastesBlockadeOnDestroy (function)
      jaggedWastesDetonationSiteOnAddToWorld (function)
      jaggedWastesDetonationSiteOnDestroy (function)
    necropolisNPCUlgrim (table)
      B24HotfixGlobalMP (function)
      B31HotfixGlobalMP (function)
      areaDPortal (function)
      homesteadRefugeeFiveOnAddToWorld (function)
      homesteadRefugeeFiveOnDestroy (function)
      homesteadRefugeeFourOnAddToWorld (function)
      homesteadRefugeeFourOnDestroy (function)
      homesteadRefugeeOneOnAddToWorld (function)
      homesteadRefugeeOneOnDestroy (function)
      homesteadRefugeeSixOnAddToWorld (function)
      homesteadRefugeeSixOnDestroy (function)
      homesteadRefugeeThreeOnAddToWorld (function)
      homesteadRefugeeThreeOnDestroy (function)
      homesteadRefugeeTwoOnAddToWorld (function)
      homesteadRefugeeTwoOnDestroy (function)
      homesteadUlgrimOnAddToWorld (function)
      homesteadUlgrimOnDestroy (function)
      refugeeRemainsFound (function)
      remainsOnAddToWorld (function)
      remainsOnDestroy (function)
      smugglersPassPortal (function)
      smugglersPassRefugeeFiveOnAddToWorld (function)
      smugglersPassRefugeeFiveOnDestroy (function)
      smugglersPassRefugeeFourOnAddToWorld (function)
      smugglersPassRefugeeFourOnDestroy (function)
      smugglersPassRefugeeOneOnAddToWorld (function)
      smugglersPassRefugeeOneOnDestroy (function)
      smugglersPassRefugeeSixOnAddToWorld (function)
      smugglersPassRefugeeSixOnDestroy (function)
      smugglersPassRefugeeThreeOnAddToWorld (function)
      smugglersPassRefugeeThreeOnDestroy (function)
      smugglersPassRefugeeTwoOnAddToWorld (function)
      smugglersPassRefugeeTwoOnDestroy (function)
      smugglersPassUlgrimOnAddToWorld (function)
      smugglersPassUlgrimOnDestroy (function)
    roverLegacy (table)
      avatarHostileTokenMP (function)
      avatarKilled (function)
      chthonianAttackOnAddToWorld (function)
      chthonianAttackOnRemoveFromWorld (function)
      cultistsOnAddToWorld (function)
      cultistsOnDestroy (function)
      endWaveEvent (function)
      endWaveEventGlobalMP (function)
      hostileSwitch (function)
      mogdrogenOnAddToWorld (function)
      mogdrogenOnDestroy (function)
      shrineOnAddToWorld (function)
      shrinePart1OnAddToWorld (function)
      shrinePart1OnDestroy (function)
      shrinePart2OnAddToWorld (function)
      shrinePart2OnDestroy (function)
      shrineRestored (function)
      shrineRestoredGlobalMP (function)
      spawnParts (function)
      startWaveEvent (function)
      triggerWaveEventMP (function)
    wightmireCultistCellar (table)
      bossDoorEnterOnAddToWorld (function)
      bossDoorExitOnAddToWorld (function)
      bossDoorOpen (function)
      bossLeaveRoom (function)
      bossOnAddToWorld (function)
3 Likes

New 1.2 play test patch added an item class

Item
  • __cname (string)
  • __type (number)
  • Create (function)
  • Get (function)
  • IsType (function)
  • __base (Entity class, see Actor.__base)