mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Docs/Cargo - Include missing "unload type" param (#9010)
* Docs/Cargo - Include missing "unload type" param There's a LOT of pages that are still missing documentation on listenable events entirely, maybe I'll get around to fixing that at some point. * Update events-framework.md Co-authored-by: PabstMirror <pabstmirror@gmail.com>
This commit is contained in:
parent
8a949d4f24
commit
5b06a1f882
@ -51,7 +51,7 @@ class CfgVehicles {
|
||||
Event Name | Passed Parameter(s) | Locality | Description
|
||||
---------- | ----------- | ------------------- | --------
|
||||
`ace_cargoLoaded` | [_item, _vehicle] | Global | Cargo has been Loaded into vehicle
|
||||
`ace_cargoUnloaded` | [_item, _vehicle] | Global | Cargo has been Unloaded from vehicle
|
||||
`ace_cargoUnloaded` | [_item, _vehicle, _unloadType] | Global | Cargo has been Unloaded from vehicle
|
||||
`ace_cargoRemoved` | [_itemClass, _vehicle, _amountRequested, _amountRemoved] | Global | Cargo has been removed (deleted) from vehicle
|
||||
|
||||
## 3. Editor Attributes
|
||||
|
@ -57,7 +57,7 @@ MenuType: 0 = Interaction, 1 = Self Interaction
|
||||
|----------|---------|---------|---------|---------|---------|
|
||||
|`ace_addCargo` | [_item (CLASSNAME or OBJECT), _vehicle, _cargoCount] | Target | Callable | Scripted way to add cargo to vehicle
|
||||
|`ace_cargoLoaded` | [_item, _vehicle] | Global | Listen | Cargo has been Loaded into vehicle
|
||||
|`ace_cargoUnloaded` | [_item, _vehicle] | Global | Listen | Cargo has been Unloaded from vehicle
|
||||
|`ace_cargoUnloaded` | [_item, _vehicle, _unloadType] | Global | Listen | Cargo has been Unloaded from vehicle
|
||||
|
||||
### 2.5 Captives (`ace_captives`)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user