Class AgentSaveData.PersonalizationSaveData
Inheritance
AgentSaveData.PersonalizationSaveData
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class AgentSaveData.PersonalizationSaveData
Properties
|
Edit this page
View Source
Items
Declaration
[JsonProperty("items")]
public List<AgentSaveData.PersonalizationItem> Items { get; set; }
Property Value
|
Edit this page
View Source
UserName
Declaration
[JsonProperty("user_name")]
public string UserName { get; set; }
Property Value
Methods
|
Edit this page
View Source
RemoveItem(string)
Declaration
public bool RemoveItem(string key)
Parameters
| Type |
Name |
Description |
| string |
key |
|
Returns
|
Edit this page
View Source
TrimToMaxItems(int)
Declaration
public void TrimToMaxItems(int maxItems)
Parameters
| Type |
Name |
Description |
| int |
maxItems |
|
|
Edit this page
View Source
UpsertItem(PersonalizationItem)
Declaration
public void UpsertItem(AgentSaveData.PersonalizationItem item)
Parameters
Extension Methods