mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-05 15:18:47 +00:00
Update README.md
This commit is contained in:
@@ -117,7 +117,7 @@ Gather various values sent by the selected actor and compte their rate per secon
|
|||||||
- The following code shows how to add a metric:
|
- The following code shows how to add a metric:
|
||||||
```cpp
|
```cpp
|
||||||
// Adding a metric
|
// Adding a metric
|
||||||
FCogDebugMetric::AddMetric(this, "Damage Dealt", Params.MitigatedDamage, Params.UnmitigatedDamage, false);
|
FCogDebugMetric::AddMetric(this, "Damage Dealt", MitigatedDamage, UnmitigatedDamage, false);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user