1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 15:27:14 +03:00

More docs for dashboard_entry()

This commit is contained in:
Jonathan Harris 2018-06-15 09:39:47 -05:00
parent 9265646a38
commit 092dda84f5

View File

@ -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