# WindowSystem.cs

* Updated function summary for GetWindows()
This commit is contained in:
LadyDefile 2022-03-07 16:09:52 -06:00
parent cbf9fbc8e2
commit ee2aff9f0a

View file

@ -94,7 +94,7 @@ namespace Dalamud.Interface.Windowing
/// <summary> /// <summary>
/// Returns a read only list of all currently registered windows. /// Returns a read only list of all currently registered windows.
/// </summary> /// </summary>
/// <returns>Returns window collection as a <see cref="Window"/> array.</returns> /// <returns>Returns a <see cref="IReadOnlyList{T}"/> of the registered windows.</returns>
public IReadOnlyList GetWindows() => this.windows; public IReadOnlyList GetWindows() => this.windows;
/// <summary> /// <summary>