Skip to content

Commit

Permalink
Merge pull request #323 from ffxivcode/IPC-Updates
Browse files Browse the repository at this point in the history
Added IPC: bool ContentHasPath(uint territoryType)
  • Loading branch information
Herculezz55 authored Aug 31, 2024
2 parents 2e01e7b + 1270465 commit d1627ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AutoDuty/IPC/IPCProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ internal IPCProvider()
[EzIPC] public bool IsNavigating() => AutoDuty.Plugin.States.HasFlag(PluginState.Navigating);
[EzIPC] public bool IsLooping() => AutoDuty.Plugin.States.HasFlag(PluginState.Looping);
[EzIPC] public bool IsStopped() => AutoDuty.Plugin.Stage == Stage.Stopped;
[EzIPC] public bool ContentHasPath(uint territoryType) => ContentHelper.DictionaryContent.ContainsKey(territoryType);

}
}

0 comments on commit d1627ad

Please sign in to comment.