From 7d27c494d73e1f178d365a892d8a61d82a43ac4f Mon Sep 17 00:00:00 2001 From: Ethan Henderson Date: Mon, 6 Jan 2025 16:45:17 -0700 Subject: [PATCH 1/3] Fix broken link --- docs/IPC.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/IPC.md b/docs/IPC.md index 8ddcbf246..213b91108 100644 --- a/docs/IPC.md +++ b/docs/IPC.md @@ -151,8 +151,7 @@ enabled. There will still be error logs about it though. ### IPC Methods The Provider files ([main](https://github.com/PunishXIV/WrathCombo/blob/main/WrathCombo/Services/IPC/Provider.cs), -[auto-rot settings](https://github. -com/PunishXIV/WrathCombo/blob/main/WrathCombo/Services/IPC/ProvideAutoRotConfig.cs)) +[auto-rot settings](https://github.com/PunishXIV/WrathCombo/blob/main/WrathCombo/Services/IPC/ProvideAutoRotConfig.cs)) are the real documentation on all IPC methods, and have verbose doc comments, this here will only serve to document via the verbose method names and brief comments on each method. From 0dc24978884e04555d4139fb8e4a4574aa7cc134 Mon Sep 17 00:00:00 2001 From: Ethan Henderson Date: Mon, 6 Jan 2025 16:56:25 -0700 Subject: [PATCH 2/3] Note most recent direct changes --- docs/IPC.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/IPC.md b/docs/IPC.md index 213b91108..20660f4ef 100644 --- a/docs/IPC.md +++ b/docs/IPC.md @@ -412,6 +412,10 @@ resources below, or the first several sections of this guide. ## Changelog +- PunishXIV/WrathCombo@3ef3109 - Methods with specific job parameters are now `uint`, + `1.0.0.9`. +- PunishXIV/WrathCombo@5699d7b - Auto-Rotation Configurations enums are no longer a + subset of the full options, `1.0.0.9`. - PunishXIV/WrathCombo@0d8faa7 - Added `IncludeNPCs` healer option to the `AutoRotationConfigOption` enum, `1.0.0.8`. From b3935e7f31aea688c9956d6ac1361c1c0891b26e Mon Sep 17 00:00:00 2001 From: Ethan Henderson Date: Mon, 6 Jan 2025 17:01:52 -0700 Subject: [PATCH 3/3] Update method signatures --- docs/IPC.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/IPC.md b/docs/IPC.md index 20660f4ef..eecdde3d1 100644 --- a/docs/IPC.md +++ b/docs/IPC.md @@ -206,9 +206,9 @@ comments on each method. plugin - Only whether a Single-Target and Multi-Target combo are enabled in Auto-Mode, NOT whether they are turned on -- `List? GetComboNamesForJob(string)` +- `List? GetComboNamesForJob(uint)` - Gets the names of all the combos for a job -- `Dictionary? GetComboOptionNamesForJob(string)` +- `Dictionary? GetComboOptionNamesForJob(uint)` - Gets the names of all the options for a job - `Dictionary? GetComboState(string)` - Gets the state and Auto-Mode state of a combo, whether by the user or another