StreamSyncedMetaChangePayload
@vimp-mp/types 2.0.1Interface · Client API
Describes one replicated entity-metadata update observed by the client.
ts
interface StreamSyncedMetaChangePayloadMembers
entityId
ts
entityId: numberServer/network identifier of the affected entity.
entityType
ts
entityType: EntityTypeIdKind of entity whose metadata changed.
key
ts
key: stringMetadata key that changed.
newValue
ts
newValue: unknownundefined when the key was just deleted.
oldValue
ts
oldValue: unknownundefined for first-time-seen keys (initial snapshot or first Set).