mirror of
https://github.com/Ed94/Cog.git
synced 2026-06-13 00:01:37 -07:00
Update README.md
This commit is contained in:
@@ -65,12 +65,17 @@ Used to apply cheats to the selected actor.
|
||||
- `[ALT]` Apply the cheat to the allies of the selected actor
|
||||
- `[SHIFT]` Apply the cheat to the enemies of the selected actor
|
||||
|
||||
### Collisions
|
||||
Used to inspect collisions by performing a collision query with the selected channels.
|
||||
### Collisions Tester
|
||||
Used to test a collision query
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
### Collisions Viewer
|
||||
Used to inspect collisions in the world
|
||||
|
||||

|
||||
- The query can be configured in the options.
|
||||
- The displayed collision channels can be configured in a Data Asset.
|
||||
- It can be used to better understand what object collisions are blocking a raycast.
|
||||
|
||||
### Command Bindings
|
||||
@@ -86,7 +91,7 @@ Used to configure the command bindings.
|
||||
### Debug Settings
|
||||
Used to tweak how the debug display is drawn.
|
||||
|
||||

|
||||

|
||||
|
||||
### Effects
|
||||
Displays the gameplay effects of the selected actor.
|
||||
@@ -129,7 +134,6 @@ Gather various values sent by the selected actor and compute their rate per seco
|
||||
FCogDebugMetric::AddMetric(this, "Damage Dealt", MitigatedDamage, UnmitigatedDamage, false);
|
||||
```
|
||||
|
||||
|
||||
### Net Emulation
|
||||
Used to configure the network emulation
|
||||
|
||||
@@ -215,6 +219,12 @@ Used to change the game global time scale.
|
||||

|
||||
- If changed on a client the time scale is also modified on the game server, and replicated to the other clients.
|
||||
|
||||
### Transform
|
||||
Used to read and set the selected actor transform.
|
||||

|
||||
- A gizmo in the viewport can also be used to change the transform.
|
||||

|
||||
|
||||
### Tweaks
|
||||
Used to apply tweaks to all the spawned actors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user