From 2ab50fb670754cc458d24c47594cb28e2f3c9540 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Tue, 24 May 2022 20:14:41 -0600 Subject: [PATCH] Add missing docs on new indicators --- docs/_docs/modding/wfc.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_docs/modding/wfc.md b/docs/_docs/modding/wfc.md index ea56c2f6..dbc866f6 100644 --- a/docs/_docs/modding/wfc.md +++ b/docs/_docs/modding/wfc.md @@ -81,6 +81,8 @@ The following MCI codes are available: * `systemCurrentLoad`: System current load. * `newPrivateMail`: Number of new **privae** mail for current user. * `newMessagesAddrTo`: Number of new messages **addressed to the current user**. + * `availIndicator`: Is the current user availalbe? Displayed via `statusAvailableIndicators` or system theme. See also [Themes](../art/themes.md). + * `visIndicator`: Is the current user visible? Displayed via `statusVisibleIndicators` or system theme. See also [Themes](../art/themes.md). :information_source: While [Standard MCI](../art/mci.md) codes work on any menu, they will **not** refresh. For values that may change over time, please use the custom format values above. \ No newline at end of file