mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Merge branch 'corpse-carry-continued2' of https://github.com/johnb432/ACE3 into pr/9273
This commit is contained in:
commit
5b87267d77
@ -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 |
|
||||
|---------- |------------|----------|------|-------------|
|
||||
|
Loading…
Reference in New Issue
Block a user