mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
acex_fortify - add events to wiki (#6141)
This commit is contained in:
parent
741407f6e1
commit
8b99ccecc4
@ -64,3 +64,12 @@ class ACEX_Fortify_Presets {
|
||||
```
|
||||
|
||||
Then you will have to set the mission preset to `myMissionObjects` with `#fortify blufor myMissionObjects` to enable it.
|
||||
|
||||
## 2. Events
|
||||
|
||||
### 2.1 Listenable
|
||||
|
||||
Event Name | Passed Parameter(s) | Locality | Description
|
||||
---------- | ----------- | ------------------- | --------
|
||||
`acex_fortify_objectPlaced` | [player, side, objectPlaced] | Global | Foritfy object placed
|
||||
`acex_fortify_objectDeleted` | [player, side, objectDeleted] | Global | Foritfy object deleted
|
||||
|
Loading…
Reference in New Issue
Block a user