mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
# WindowSystem.cs
* Updated function summary for GetWindows()
This commit is contained in:
parent
cbf9fbc8e2
commit
ee2aff9f0a
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ namespace Dalamud.Interface.Windowing
|
|||
/// <summary>
|
||||
/// Returns a read only list of all currently registered windows.
|
||||
/// </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;
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue