diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-02 21:32:56 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-02 21:32:56 +0100 |
commit | 41006b5cab7b0260f8abc42aa2d2e959a013764e (patch) | |
tree | fe8be353228233f45119964cbab4b578b496ac85 /common/commands | |
parent | 222cd83d659c3ff12380ecc5afd3cb29283e9ccd (diff) | |
download | sink-41006b5cab7b0260f8abc42aa2d2e959a013764e.tar.gz sink-41006b5cab7b0260f8abc42aa2d2e959a013764e.zip |
interresource move
Diffstat (limited to 'common/commands')
-rw-r--r-- | common/commands/modifyentity.fbs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/commands/modifyentity.fbs b/common/commands/modifyentity.fbs index da6f0e2..d81bacf 100644 --- a/common/commands/modifyentity.fbs +++ b/common/commands/modifyentity.fbs | |||
@@ -8,6 +8,8 @@ table ModifyEntity { | |||
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 | modifiedProperties: [string]; |
11 | targetResource: string; //Contains the target resource for a move/copy operation | ||
12 | removeEntity: bool = false; //This modification removes the entity | ||
11 | } | 13 | } |
12 | 14 | ||
13 | root_type ModifyEntity; | 15 | root_type ModifyEntity; |