mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix name inconsistency in docs
This commit is contained in:
parent
c31064c68e
commit
a9a9b20e31
@ -69,6 +69,6 @@ Extending systems is the exact same as extending planets, except you use the `Qu
|
||||
You can also use the `QueryBody` method to get values of the config outside of your extension object
|
||||
|
||||
```csharp
|
||||
var primaryBody = NHAPI.QueryBody(typeof(string), "Wetrock", "$.Orbit.primaryBody");
|
||||
var primaryBody = api.QueryBody(typeof(string), "Wetrock", "$.Orbit.primaryBody");
|
||||
ModHelper.Console.WriteLine($"Primary of {bodyName} is {primaryBody ?? "NULL"}!");
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user