mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 08:17:47 +01:00
Misc Fixes (#2584)
* Disable default logging, remove log message * Add IDtrBarEntry.MinimumWidth * Fix Addon/Agent Lifecycle Register/Unregister * Rename Agent.ReceiveEvent2 * Add to IReadOnlyDtrBarEntry * Fix autoformat being terrible * More style fixes * Add focused changed lifecycle event * Fix for obsolete renames
This commit is contained in:
parent
e598013e30
commit
5c7a5295d1
10 changed files with 245 additions and 91 deletions
|
|
@ -18,12 +18,12 @@ public enum AgentEvent
|
|||
/// <summary>
|
||||
/// An event that is fired before the agent processes its Filtered Receive Event Function.
|
||||
/// </summary>
|
||||
PreReceiveFilteredEvent,
|
||||
PreReceiveEventWithResult,
|
||||
|
||||
/// <summary>
|
||||
/// An event that is fired after the agent has processed its Filtered Receive Event Function.
|
||||
/// </summary>
|
||||
PostReceiveFilteredEvent,
|
||||
PostReceiveEventWithResult,
|
||||
|
||||
/// <summary>
|
||||
/// An event that is fired before the agent processes its Show Function.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue