Skip to content

Commit

Permalink
add full stops to config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
misternebula committed Mar 19, 2024
1 parent fab1f2b commit bb91ec3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/content/pages/mod_helper/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ A `Dictionary<string, object>` containing your mod's settings, it's recommended

## GetSettingValue&lt;T&gt;

Gets the setting's value from the mod's config with the given key. Deserialized into type `T`
Gets the setting's value from the mod's config with the given key. Deserialized into type `T`.

### Get Parameters

- `string key`: The key to get
- `string key`: The key to get.

## SetSettingsValue

Sets the setting's value in the mod's config with the given key to the given value.

### Set Parameters

- `string key`: The key to set
- `object value`: The value to set the key to, auto-serialized to a JSON string
- `string key`: The key to set.
- `object value`: The value to set the key to, auto-serialized to a JSON string.

## Copy

Copies the config of the mod
Copies the config of the mod.

0 comments on commit bb91ec3

Please sign in to comment.