docs(D.5.1): clarify EnrichItem fires-on-found (review nit)
This commit is contained in:
parent
f8da98b67f
commit
998a0bd408
1 changed files with 3 additions and 1 deletions
|
|
@ -141,7 +141,9 @@ public sealed class ItemRepository
|
|||
/// fuller data carried by its CreateObject (icon, name, type). Returns false if the
|
||||
/// item isn't tracked yet — phase 1 enriches existing items only; full
|
||||
/// CreateObject ingestion of newly-acquired items is the inventory phase.
|
||||
/// Raises ItemPropertiesUpdated on success so bound widgets (the toolbar) re-render.
|
||||
/// Raises ItemPropertiesUpdated whenever the item is found (matching the
|
||||
/// UpdateProperties convention — it fires on found regardless of whether a field
|
||||
/// actually changed) so bound widgets (the toolbar) re-render.
|
||||
/// </summary>
|
||||
public bool EnrichItem(uint objectId, uint iconId, string name, ItemType type)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue