mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add Budget update to wiki (#9024)
This commit is contained in:
parent
a339074659
commit
b97056f527
@ -82,6 +82,25 @@ To verify that an object isn't above a certain terrain height we can check the h
|
|||||||
}] call ace_fortify_fnc_addDeployHandler;
|
}] call ace_fortify_fnc_addDeployHandler;
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 1.4 Updating budget
|
||||||
|
|
||||||
|
The Fortify budget can be updated for any side using the function.
|
||||||
|
|
||||||
|
```sqf
|
||||||
|
* Updates the given sides budget.
|
||||||
|
*
|
||||||
|
* Arguments:
|
||||||
|
* 0: Side <SIDE>
|
||||||
|
* 1: Change <NUMBER> (default: 0)
|
||||||
|
* 2: Display hint <BOOL> (default: true)
|
||||||
|
*
|
||||||
|
* Return Value:
|
||||||
|
* None
|
||||||
|
*
|
||||||
|
* Example:
|
||||||
|
* [west, -250, false] call ace_fortify_fnc_updateBudget
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## 2. Events
|
## 2. Events
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user