mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
medical: Fix wiki docs for ace_treatment* events (#8425)
This commit is contained in:
parent
efe09682cc
commit
2e6c025a2e
@ -37,9 +37,9 @@ The vehicle events will also have the following local variables available `_gunn
|
|||||||
|----------|---------|---------|---------|---------|---------|
|
|----------|---------|---------|---------|---------|---------|
|
||||||
|`ace_unconscious` | [_unit, _state(BOOL)] | Global | Listen | Unit's unconscious state changed
|
|`ace_unconscious` | [_unit, _state(BOOL)] | Global | Listen | Unit's unconscious state changed
|
||||||
|`ace_placedInBodyBag` | [_target, _bodyBag] | Global | Listen | Target placed into a bodybag Note: (Target will soon be deleted)
|
|`ace_placedInBodyBag` | [_target, _bodyBag] | Global | Listen | Target placed into a bodybag Note: (Target will soon be deleted)
|
||||||
|`ace_treatmentStarted` | [_caller, _target, _selectionName, _className, _itemUser, _usedItem] | Local | Listen | Treatment action is completed (local on the _caller)
|
|`ace_treatmentStarted` | [_caller, _target, _selectionName, _className, _itemUser, _usedItem] | Local | Listen | Treatment action has started (local on the _caller)
|
||||||
|`ace_treatmentSucceded` | [_caller, _target, _selectionName, _className, _itemUser, _usedItem] | Local | Listen | Treatment action is completed (local on the _caller)
|
|`ace_treatmentSucceded` | [_caller, _target, _selectionName, _className, _itemUser, _usedItem] | Local | Listen | Treatment action is completed (local on the _caller)
|
||||||
|`ace_treatmentFailed` | [_caller, _target, _selectionName, _className, _itemUser, _usedItem] | Local | Listen | Treatment action is completed (local on the _caller)
|
|`ace_treatmentFailed` | [_caller, _target, _selectionName, _className, _itemUser, _usedItem] | Local | Listen | Treatment action has been interrupted (local on the _caller)
|
||||||
|
|
||||||
### 2.3 Interaction Menu (`ace_interact_menu`)
|
### 2.3 Interaction Menu (`ace_interact_menu`)
|
||||||
MenuType: 0 = Interaction, 1 = Self Interaction
|
MenuType: 0 = Interaction, 1 = Self Interaction
|
||||||
|
Loading…
Reference in New Issue
Block a user