From 092dda84f5499d3f35b2284d4536f2c29a17cc68 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Fri, 15 Jun 2018 09:39:47 -0500 Subject: [PATCH] More docs for dashboard_entry() --- PLUGINS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLUGINS.md b/PLUGINS.md index de24dc42..b72149b5 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -130,7 +130,7 @@ def journal_entry(cmdr, is_beta, system, station, entry, state): ### Player Dashboard -This gets called when something on the player's cockpit display changes - typically about once a second when in orbital flight +This gets called when something on the player's cockpit display changes - typically about once a second when in orbital flight. See the "Status File" section in the Frontier [Journal documentation](https://forums.frontier.co.uk/showthread.php/401661) for the available `entry` properties and for the list of available `"Flags"`. Refer to the source code of [plug.py](./plug.py) for the list of available constants. ```python import plug