Method UpdateEntry
UpdateEntry(string, string)
Updates (or creates) an entry with the passed in key value pair
Declaration
public void UpdateEntry(string key, string value)
Parameters
Type | Name | Description |
---|---|---|
string | key | The key of the HUD entry |
string | value | The value of the entry |