More refactoring
This commit is contained in:
@@ -33,8 +33,8 @@ see:
|
||||
```
|
||||
|
||||
There are tons of commands built in: Graph_Dump,
|
||||
GraphNode_Create, GraphPin_Connect,
|
||||
BlueprintComponent_Create, Widget_Create, and so forth.
|
||||
GraphNode_Add, GraphPin_Connect,
|
||||
BlueprintComponent_Add, Widget_Add, and so forth.
|
||||
Using these commands, it's possible to examine and modify
|
||||
blueprints, widgets, and materials.
|
||||
|
||||
@@ -131,7 +131,7 @@ You might be interested in seeing the "user manual" for the
|
||||
plugin. To get that, you type this:
|
||||
|
||||
```
|
||||
$ ue-wingman.py UserManual
|
||||
$ ue-wingman.py Documentation_Manual
|
||||
```
|
||||
|
||||
Of course, you're not the intended user: your AI agent is.
|
||||
@@ -141,7 +141,7 @@ User Manual says, among other things, that the AI agent can
|
||||
get a listing of built-in commands. You can see that too:
|
||||
|
||||
```
|
||||
$ ue-wingman.py ShowCommands
|
||||
$ ue-wingman.py Documentation_Commands
|
||||
```
|
||||
|
||||
With these two commands at your disposal, you'll have a better
|
||||
|
||||
Reference in New Issue
Block a user