diff --git a/docs/wiki/framework/events-framework.md b/docs/wiki/framework/events-framework.md index 956048e801..c8ddd5808e 100644 --- a/docs/wiki/framework/events-framework.md +++ b/docs/wiki/framework/events-framework.md @@ -167,7 +167,7 @@ MenuType: 0 = Interaction, 1 = Self Interaction | `ace_headless_groupTransferPre` | [_group, _HC (OBJECT), _previousOwner, _idHC] | Target | Listen | Called just before a group is transferred from any machine to a HC. Called where group currently is local and on the HC, where group is going to be local. | `ace_headless_groupTransferPost` | [_group, _HC (OBJECT), _previousOwner, _idHC, _transferredSuccessfully] | Target | Listen | Called just after a group is transferred from a machine to a HC. Called where group was local and on the HC, where group is now local. `_transferredSuccessfully` is passed so mods can actually check if the locality was properly transferred, as ownership transfer is not guaranteed. -### 2.18 Interaction (`ace_dragging`) +### 2.18 Dragging (`ace_dragging`) | Event Key | Parameters | Locality | Type | Description | |---------- |------------|----------|------|-------------|