Skip to content

Commit

Permalink
updates changelog and console commands page
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikea15 committed Jun 12, 2024
1 parent 1bc6b04 commit a1a97ac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
3 changes: 3 additions & 0 deletions src/content/docs/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ description: Record of all FLowPilot changes per version update.
- Adds FlowPilotEditor
- Adds Base functionality to FlowPilotEditor
- Renames UFPTaskNode to UFlowPilotTask
- Adds missing ExitChildTask call from Failing Sequence
- Fix Last node not being properly handled if disabled
- Adds new FlowPilot Website and Online Documentation at <http://flowpilot.dev>

### v0.6

Expand Down
16 changes: 10 additions & 6 deletions src/content/docs/about/consolecommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@ title: 'Console Commands'
description: 'List of FlowPilot console commands'
---

The following is a table containing all console commands provided by FlowPilot, to help debug and understand its execution, at runtime.
The following is a list of all console commands provided by FlowPilot, to help debug and understand its execution, at runtime.

| Command | Description |
|----------|:--------------|
| `fp.DebugList` | Shows the list of active FlowPilotComponents (0 off / 1 on) |
| `fp.DebugFlowPilot` | Displays debug for FlowPilotComponent with Index (-1 off / X Index as displayed with `fp.DebugList` ) |
| `fp.DebugCache` | Displays the cached actors and their state. (0 off / 1 on) |
### `fp.DebugList [0: Off | 1: On]`
> Shows a list of all FlowPilotComponents in the Level. Each of them as an Index besides the name. This index is used in conjunction with `fp.DebugFlowPilot X` where X is the index for the FlowPilotComponent

### `fp.DebugFlowPilot [-1: Off | X: On]`
> Displays debug for FlowPilotComponent with an Index shown from `fp.DebugList`
### `fp.DebugCache [0: Off | 1: On]`
> Displays a list of actors that are pre-fetched and have a reference held by the `FlowPilotSystemComponent`.

0 comments on commit a1a97ac

Please sign in to comment.