Merge branch 'corpse-carry-continued2' of https://github.com/johnb432/ACE3 into pr/9273

This commit is contained in:
johnb432 2024-07-20 08:43:06 +02:00
commit 5b87267d77

View File

@ -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 |
|---------- |------------|----------|------|-------------|