diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-03 15:50:06 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-06-03 15:50:06 +0200 |
commit | 5c08ecda71cdbfd8951f9aab657cd2e2697ad0b3 (patch) | |
tree | 3178694224cd12b99111eddb1ba1b61d90ec8d60 /common/commands/modifyentity.fbs | |
parent | 77562cdae63e0ec7b09e8ece6af97165ba9e48dd (diff) | |
download | sink-5c08ecda71cdbfd8951f9aab657cd2e2697ad0b3.tar.gz sink-5c08ecda71cdbfd8951f9aab657cd2e2697ad0b3.zip |
Track modified properties to detect necessary replay changes
Diffstat (limited to 'common/commands/modifyentity.fbs')
-rw-r--r-- | common/commands/modifyentity.fbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commands/modifyentity.fbs b/common/commands/modifyentity.fbs index efa2fa0..da6f0e2 100644 --- a/common/commands/modifyentity.fbs +++ b/common/commands/modifyentity.fbs | |||
@@ -7,6 +7,7 @@ table ModifyEntity { | |||
7 | domainType: string; | 7 | domainType: string; |
8 | delta: [ubyte]; //Contains an entity buffer with all changed properties set | 8 | delta: [ubyte]; //Contains an entity buffer with all changed properties set |
9 | replayToSource: bool = true; | 9 | replayToSource: bool = true; |
10 | modifiedProperties: [string]; | ||
10 | } | 11 | } |
11 | 12 | ||
12 | root_type ModifyEntity; | 13 | root_type ModifyEntity; |